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) Theprocessmethod does the processing of a message.
It retrieves the first pipe to execute from thefirstPipefield, 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 TypeMethodDescriptionvoidIListener.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.voidPipeLineSession.setExitState(PipeLineResult pipeLineResult) -
Uses of PipeLineResult in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoidEsbJmsListener.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 TypeMethodDescriptionvoidFxfListener.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 TypeMethodDescriptionvoidKafkaListener.afterMessageProcessed(PipeLineResult processResult, RawMessageWrapper<org.apache.kafka.clients.consumer.ConsumerRecord<String, byte[]>> rawMessage, PipeLineSession pipeLineSession) -
Uses of PipeLineResult in org.frankframework.extensions.mqtt
Methods in org.frankframework.extensions.mqtt with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoidMqttListener.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 TypeMethodDescriptionvoidSapListenerImpl.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 TypeMethodDescriptionvoidAbstractFileSystemListener.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 TypeMethodDescriptionvoidPushingListenerAdapter.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 TypeMethodDescriptionvoidJdbcListener.afterMessageProcessed(PipeLineResult processResult, RawMessageWrapper<M> rawMessage, PipeLineSession pipeLineSession) voidSimpleJdbcListener.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 TypeMethodDescriptionvoidAbstractJmsListener.afterMessageProcessed(PipeLineResult plr, RawMessageWrapper<jakarta.jms.Message> rawMessageWrapper, PipeLineSession session) voidPullingJmsListener.afterMessageProcessed(PipeLineResult plr, RawMessageWrapper<jakarta.jms.Message> rawMessageWrapper, PipeLineSession pipeLineSession) protected voidAbstractJmsListener.sendReply(PipeLineResult plr, jakarta.jms.Destination replyTo, String replyCid, long timeToLive, boolean ignoreInvalidDestinationException, PipeLineSession pipeLineSession, Map<String, Object> properties) protected voidPullingJmsListener.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 pipeLineSession) -
Uses of PipeLineResult in org.frankframework.messaging.amqp
Methods in org.frankframework.messaging.amqp with parameters of type PipeLineResultModifier and TypeMethodDescriptionvoidAmqpListener.afterMessageProcessed(PipeLineResult processResult, RawMessageWrapper<org.apache.qpid.protonj2.client.Message<?>> rawMessage, PipeLineSession pipeLineSession) -
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 TypeMethodDescriptionvoidFrankListener.afterMessageProcessed(PipeLineResult processResult, RawMessageWrapper<Message> rawMessage, PipeLineSession pipeLineSession) voidJavaListener.afterMessageProcessed(PipeLineResult processResult, RawMessageWrapper<M> rawMessage, PipeLineSession pipeLineSession)