| Interface | Description |
|---|---|
| EventBuilderConfigurer |
Provides a way to define callbacks that work on instances of
Event Event.Builders. |
| EventBuilderConfigurerIterator<T> |
Implementations must provide a way to wrap each element in a
Event. |
| EventBuilderConfigurerList<T> |
Implementations must provide a way to wrap each element in a
Event. |
| Class | Description |
|---|---|
| AbstractMessageSequenceSplitter |
Base implementation of a
Message splitter, that converts its payload in a MessageSequence, and process each
element of it. |
| AbstractOutboundRouter |
AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router. |
| AbstractSequenceRouter |
Defines a router that sequentially routes a given message to the list of registered endpoints and returns the aggregate
responses as the result.
|
| ArrayMessageSequence | |
| CollectionMessageSequence<T> |
A
MessageSequence that retrieves elements from a Collection. |
| FilteringOutboundRouter |
FilteringRouter is a router that accepts events based on a filter set. |
| IteratorMessageSequence |
A
MessageSequence that delegates its IteratorMessageSequence.hasNext() and IteratorMessageSequence.next() methods to an Iterator, and has no
estimated size |
| MulticastingRouter | Deprecated |
| NodeListMessageSequence | |
| PartitionedMessageSequence<Q> |
A
MessageSequence wrapper that partitions the wrapped sequence in collections of the specified size. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.