Package org.frankframework.processors
Class LimitingParallelExecutionPipeProcessor
java.lang.Object
org.frankframework.processors.AbstractPipeProcessor
org.frankframework.processors.LimitingParallelExecutionPipeProcessor
- All Implemented Interfaces:
PipeProcessor
Processor that limits the number of parallel pipe threads.
- Author:
- Jaco de Groot
-
Field Summary
Fields inherited from class org.frankframework.processors.AbstractPipeProcessor
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResult
processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) Methods inherited from class org.frankframework.processors.AbstractPipeProcessor
setPipeProcessor
-
Constructor Details
-
LimitingParallelExecutionPipeProcessor
public LimitingParallelExecutionPipeProcessor()
-
-
Method Details
-
processPipe
protected PipeRunResult processPipe(@Nonnull PipeLine pipeLine, @Nonnull IPipe pipe, @Nullable Message message, @Nonnull PipeLineSession pipeLineSession, @Nonnull ThrowingFunction<Message, PipeRunResult, throws PipeRunExceptionPipeRunException> chain) - Specified by:
processPipe
in classAbstractPipeProcessor
- Throws:
PipeRunException
-
processPipe
public PipeRunResult processPipe(@Nonnull PipeLine pipeLine, @Nonnull IPipe pipe, @Nullable Message message, @Nonnull PipeLineSession pipeLineSession) throws PipeRunException - Specified by:
processPipe
in interfacePipeProcessor
- Overrides:
processPipe
in classAbstractPipeProcessor
- Throws:
PipeRunException
-
validate
public PipeRunResult validate(@Nonnull PipeLine pipeLine, @Nonnull IValidator validator, @Nullable Message message, @Nonnull PipeLineSession pipeLineSession, String messageRoot) throws PipeRunException - Specified by:
validate
in interfacePipeProcessor
- Overrides:
validate
in classAbstractPipeProcessor
- Throws:
PipeRunException
-