class |
BrokerFlowElementInvoker |
A default implementation of the FlowElementInvoker for brokers
|
class |
ConcurrentSplitterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a concurrent splitter
This invokes a subFlow concurrently, using an ExecutorService, for each element of the resulting split,
then continues with the main flow in the current thread
|
class |
ConsumerFlowElementInvoker |
A default implementation of the FlowElementInvoker for a consumer
|
class |
ConverterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a converter
|
class |
FilterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a filter
|
class |
MultiRecipientRouterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a multi-recipient router
|
class |
ProducerFlowElementInvoker |
A default implementation of the FlowElementInvoker for a producer
|
class |
SequencerFlowElementInvoker |
A default implementation of the FlowElementInvoker for a sequencer
|
class |
SingleRecipientRouterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a singleRecipientRouter
|
class |
SplitterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a splitter
|
class |
TranslatorFlowElementInvoker |
A default implementation of the FlowElementInvoker for a translator
|