Uses of Interface
org.frankframework.processors.PipeProcessor
Packages that use PipeProcessor
-
Uses of PipeProcessor in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type PipeProcessorModifier and TypeMethodDescriptionvoid
MessageSendingPipe.setPipeProcessor
(PipeProcessor pipeProcessor) -
Uses of PipeProcessor in org.frankframework.processors
Classes in org.frankframework.processors that implement PipeProcessorModifier and TypeClassDescriptionclass
Baseclass for PipeProcessors.class
class
class
class
The InputOutputPipeProcessor class is a subclass of PipeProcessorBase and is responsible for processing pipes in a pipeline.class
Processor that limits the number of parallel pipe threads.class
class
class
Adds the current pipe to the message context / metadata to be able to use it as a param.class
Methods in org.frankframework.processors with parameters of type PipeProcessorModifier and TypeMethodDescriptionvoid
AbstractPipeProcessor.setPipeProcessor
(PipeProcessor pipeProcessor) void
CorePipeLineProcessor.setPipeProcessor
(PipeProcessor pipeProcessor)