Uses of Enum Class
org.frankframework.collection.AbstractCollectorPipe.Action
-
Uses of AbstractCollectorPipe.Action in org.frankframework.collection
Modifier and TypeMethodDescriptionAbstractCollectorPipe.getAction()
Collectors must be opened before you can write content to them, after it's closed you can no longer write to it.static AbstractCollectorPipe.Action
Returns the enum constant of this class with the specified name.static AbstractCollectorPipe.Action[]
AbstractCollectorPipe.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected final Message
AbstractCollectorPipe.doAction
(AbstractCollectorPipe.Action action, Message input, PipeLineSession session) void
AbstractCollectorPipe.setAction
(AbstractCollectorPipe.Action action) Collectors must be opened before you can write content to them, after it's closed you can no longer write to it.