| Package | Description |
|---|---|
| org.mule.runtime.core.api.util.collection | |
| org.mule.runtime.core.routing | |
| org.mule.runtime.core.routing.outbound |
| Modifier and Type | Method and Description |
|---|---|
MessageSequence<?> |
EventToMessageSequenceSplittingStrategy.split(Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageSequence<PayloadType>
An abstract implementation of a
MessageSequence, that does not support AbstractMessageSequence.remove() |
| Modifier and Type | Method and Description |
|---|---|
protected MessageSequence<?> |
AbstractSplitter.splitMessageIntoSequence(Event event) |
protected MessageSequence<?> |
Splitter.splitMessageIntoSequence(Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayMessageSequence |
class |
CollectionMessageSequence<T>
A
MessageSequence that retrieves elements from a Collection. |
class |
IteratorMessageSequence
A
MessageSequence that delegates its IteratorMessageSequence.hasNext() and IteratorMessageSequence.next() methods to an Iterator, and has no
estimated size |
class |
NodeListMessageSequence |
class |
PartitionedMessageSequence<Q>
A
MessageSequence wrapper that partitions the wrapped sequence in collections of the specified size. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MessageSequence<?> |
AbstractMessageSequenceSplitter.splitMessageIntoSequence(Event event)
Converts the event into a
MessageSequence that will retrieve each of the event elements |
| Modifier and Type | Method and Description |
|---|---|
protected List<Event> |
AbstractMessageSequenceSplitter.processParts(MessageSequence<?> seq,
Event originalEvent) |
| Constructor and Description |
|---|
PartitionedMessageSequence(MessageSequence<Q> seq,
int groupSize) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.