Uses of Class
de.codecentric.reedelk.platform.execution.MessageAndContext
-
-
Uses of MessageAndContext in de.codecentric.reedelk.platform.component.commons
Method parameters in de.codecentric.reedelk.platform.component.commons with type arguments of type MessageAndContext Modifier and Type Method Description voidJoinConsumer. accept(reactor.core.publisher.MonoSink<MessageAndContext> sink)Constructors in de.codecentric.reedelk.platform.component.commons with parameters of type MessageAndContext Constructor Description JoinConsumer(MessageAndContext originalMessage, MessageAndContext[] messagesToJoin, de.codecentric.reedelk.runtime.api.component.Join join) -
Uses of MessageAndContext in de.codecentric.reedelk.platform.component.foreach
Methods in de.codecentric.reedelk.platform.component.foreach that return types with arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>ForEachExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Method parameters in de.codecentric.reedelk.platform.component.foreach with type arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>ForEachExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph) -
Uses of MessageAndContext in de.codecentric.reedelk.platform.component.fork
Methods in de.codecentric.reedelk.platform.component.fork that return types with arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>ForkExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Method parameters in de.codecentric.reedelk.platform.component.fork with type arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>ForkExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph) -
Uses of MessageAndContext in de.codecentric.reedelk.platform.component.router
Methods in de.codecentric.reedelk.platform.component.router that return types with arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>RouterExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Method parameters in de.codecentric.reedelk.platform.component.router with type arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>RouterExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph) -
Uses of MessageAndContext in de.codecentric.reedelk.platform.component.stop
Methods in de.codecentric.reedelk.platform.component.stop that return types with arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>StopExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)When we find a stop node, we just return the parent flux.Method parameters in de.codecentric.reedelk.platform.component.stop with type arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>StopExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)When we find a stop node, we just return the parent flux. -
Uses of MessageAndContext in de.codecentric.reedelk.platform.component.trycatch
Methods in de.codecentric.reedelk.platform.component.trycatch that return types with arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>TryCatchExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Method parameters in de.codecentric.reedelk.platform.component.trycatch with type arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>TryCatchExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph) -
Uses of MessageAndContext in de.codecentric.reedelk.platform.execution
Methods in de.codecentric.reedelk.platform.execution that return MessageAndContext Modifier and Type Method Description MessageAndContextMessageAndContext. copy()MessageAndContextMessageAndContext. copyWithMessage(de.codecentric.reedelk.runtime.api.message.Message newMessage)Methods in de.codecentric.reedelk.platform.execution that return types with arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>FlowExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>FlowExecutorFactory. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode next, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>ProcessorAsyncExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>ProcessorSyncExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Method parameters in de.codecentric.reedelk.platform.execution with type arguments of type MessageAndContext Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>FlowExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>FlowExecutorFactory. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode next, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>ProcessorAsyncExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>ProcessorSyncExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)
-