Package org.frankframework.processors
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
-
Field Summary
Fields inherited from class org.frankframework.processors.AbstractPipeProcessor
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PipeRunResult
processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) Methods inherited from class org.frankframework.processors.AbstractPipeProcessor
processPipe, setPipeProcessor, validate
-
Constructor Details
-
TrackPreviousPipeInMetadataProcessor
public TrackPreviousPipeInMetadataProcessor()
-
-
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
-