Uses of Class
org.frankframework.core.PipeLineResult
Packages that use PipeLineResult
Package
Description
-
Uses of PipeLineResult in org.frankframework.core
Methods in org.frankframework.core that return PipeLineResultModifier and TypeMethodDescriptionPipeLine.process
(String messageId, Message message, PipeLineSession pipeLineSession) Theprocess
method does the processing of a message.
It retrieves the first pipe to execute from thefirstPipe
field, the call results in a PipRunResult, containing the next pipe to activate.Adapter.processMessageDirect
(String messageId, Message message, PipeLineSession pipeLineSession) Direct call to the Adapter PipeLine, foregoing any listeners and receivers.Adapter.processMessageWithExceptions
(String messageId, Message message, PipeLineSession pipeLineSession) This method does the real processing of messages by the adapter.Methods in org.frankframework.core with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
IListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<M> rawMessage, PipeLineSession pipeLineSession) Called to perform actions (like committing or sending a reply) after a message has been processed by the Pipeline.void
PipeLineSession.setExitState
(PipeLineResult pipeLineResult) -
Uses of PipeLineResult in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
EsbJmsListener.afterMessageProcessed
(PipeLineResult plr, RawMessageWrapper<jakarta.jms.Message> rawMessageWrapper, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.extensions.fxf
Methods in org.frankframework.extensions.fxf with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
FxfListener.afterMessageProcessed
(PipeLineResult plr, RawMessageWrapper<jakarta.jms.Message> rawMessageWrapper, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.extensions.kafka
Methods in org.frankframework.extensions.kafka with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
KafkaListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<org.apache.kafka.clients.consumer.ConsumerRecord<String, byte[]>> rawMessage, PipeLineSession pipeLineSession) Deprecated. -
Uses of PipeLineResult in org.frankframework.extensions.mqtt
Methods in org.frankframework.extensions.mqtt with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
MqttListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<org.eclipse.paho.client.mqttv3.MqttMessage> rawMessage, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.extensions.sap.jco3
Methods in org.frankframework.extensions.sap.jco3 with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
SapListenerImpl.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<M> rawMessageWrapper, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
AbstractFileSystemListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<F> rawMessage, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.http
Methods in org.frankframework.http with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
PushingListenerAdapter.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<Message> rawMessage, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.jdbc
Methods in org.frankframework.jdbc with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
JdbcListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<M> rawMessage, PipeLineSession pipeLineSession) void
SimpleJdbcListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<String> rawMessage, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.jms
Methods in org.frankframework.jms with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
AbstractJmsListener.afterMessageProcessed
(PipeLineResult plr, RawMessageWrapper<jakarta.jms.Message> rawMessageWrapper, PipeLineSession session) void
PullingJmsListener.afterMessageProcessed
(PipeLineResult plr, RawMessageWrapper<jakarta.jms.Message> rawMessageWrapper, PipeLineSession pipeLineSession) protected void
AbstractJmsListener.sendReply
(PipeLineResult plr, jakarta.jms.Destination replyTo, String replyCid, long timeToLive, boolean ignoreInvalidDestinationException, PipeLineSession pipeLineSession, Map<String, Object> properties) protected void
PullingJmsListener.sendReply
(PipeLineResult plr, jakarta.jms.Destination replyTo, String replyCid, long timeToLive, boolean ignoreInvalidDestinationException, PipeLineSession pipeLineSession, Map<String, Object> properties) -
Uses of PipeLineResult in org.frankframework.ladybug
Methods in org.frankframework.ladybug that return PipeLineResultModifier and TypeMethodDescriptionIbisDebuggerAdvice.debugPipeLineInputOutputAbort
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, String messageId, Message message, PipeLineSession session) -
Uses of PipeLineResult in org.frankframework.processors
Methods in org.frankframework.processors that return PipeLineResultModifier and TypeMethodDescriptionCachePipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) CorePipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) InputOutputPipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) LimitingParallelExecutionPipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) LockerPipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) PipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) TransactionAttributePipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) -
Uses of PipeLineResult in org.frankframework.receivers
Methods in org.frankframework.receivers with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoid
FrankListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<Message> rawMessage, PipeLineSession pipeLineSession) void
JavaListener.afterMessageProcessed
(PipeLineResult processResult, RawMessageWrapper<M> rawMessage, PipeLineSession pipeLineSession)