| AbstractFlowElementInvoker<T> |
An abstract implementation of the FlowElementInvoker
|
| BrokerFlowElementInvoker |
A default implementation of the FlowElementInvoker for brokers
|
| 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
|
| ConcurrentSplitterInvokerConfiguration |
Default Configuration options for Concurrent splitter invoker.
|
| ConsumerFlowElementInvoker |
A default implementation of the FlowElementInvoker for a consumer
|
| ConverterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a converter
|
| FilterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a filter
|
| FilterInvokerConfiguration |
Default FilterConfiguration bean common to all filters.
|
| InvokerConfiguration |
Default FilterConfiguration bean common to all filters.
|
| InvokerConfigurationFactory |
Ikasan Invoker Configuration Factory for generating flow element invoker configurations.
|
| MultiRecipientRouterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a multi-recipient router
|
| MultiRecipientRouterInvokerConfiguration |
Multi-Recipient Router Invoker Configuration
|
| ProducerFlowElementInvoker |
A default implementation of the FlowElementInvoker for a producer
|
| SequencerFlowElementInvoker |
A default implementation of the FlowElementInvoker for a sequencer
|
| SingleRecipientRouterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a singleRecipientRouter
|
| SplitterFlowElementInvoker |
A default implementation of the FlowElementInvoker for a splitter
|
| SplitterInvokerConfiguration |
Default Configuration options for Splitter invoker.
|
| TranslatorFlowElementInvoker |
A default implementation of the FlowElementInvoker for a translator
|
| TranslatorInvokerConfiguration |
Default Configration options common to all invokers.
|