Class TrackPreviousPipeInMetadataProcessor
java.lang.Object
org.frankframework.processors.AbstractPipeProcessor
org.frankframework.processors.TrackPreviousPipeInMetadataProcessor
- All Implemented Interfaces:
PipeProcessor
Adds the current pipe to the message context / metadata to be able to use it as a param. This should be configured as the wrapping bean for
CorePipeProcessor.
- Author:
- evandongen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NonNull PipeRunResultprocessPipe(@NonNull PipeLine pipeLine, @NonNull IPipe pipe, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) Methods inherited from class AbstractPipeProcessor
processPipe, validate
-
Constructor Details
-
TrackPreviousPipeInMetadataProcessor
public TrackPreviousPipeInMetadataProcessor()
-
-
Method Details
-
processPipe
protected @NonNull PipeRunResult processPipe(@NonNull PipeLine pipeLine, @NonNull IPipe pipe, @NonNull Message message, @NonNull PipeLineSession pipeLineSession, @NonNull ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) throws PipeRunException - Specified by:
processPipein classAbstractPipeProcessor- Throws:
PipeRunException
-