Package com.almworks.jira.structure.api.effector
package com.almworks.jira.structure.api.effector
-
ClassDescriptionAn output sink for an
effector, where it puts itseffect descriptions.An effector is a component that generates effect descriptions based on a forest, a set of attribute values, and a set of user-provided, implementation-specific parameters.A context object forEffector.getEffectorFunction(Map, EffectorContext), which allows the effector to require attribute values and inspect theforest specbeing processed.Produceseffect descriptions, given an item forest and attribute values.A response object returned byEffector.getEffectorFunction(Map, EffectorContext), containing either anEffectorFunctionor a collection of error messages.An invalid effector response with error messages.A valid effector response.An exception that anEffectoris allowed to throw to indicate that it is currently unavailable.