Package org.frankframework.processors
Class LimitingParallelExecutionPipeLineProcessor
java.lang.Object
org.frankframework.processors.AbstractPipeLineProcessor
org.frankframework.processors.LimitingParallelExecutionPipeLineProcessor
- All Implemented Interfaces:
PipeLineProcessor
Processor that limits the number of parallel pipeline threads.
- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from class org.frankframework.processors.AbstractPipeLineProcessor
log, pipeLineProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) Methods inherited from class org.frankframework.processors.AbstractPipeLineProcessor
setPipeLineProcessor
-
Constructor Details
-
LimitingParallelExecutionPipeLineProcessor
public LimitingParallelExecutionPipeLineProcessor()
-
-
Method Details
-
processPipeLine
public PipeLineResult processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) throws PipeRunException - Throws:
PipeRunException
-