public class SplitMessage extends Object
AbstractRoundRobinMessageSplitter
)
to define a mapping between message parts and the endpoint to dispatch on.Modifier and Type | Class and Description |
---|---|
class |
SplitMessage.MessagePart |
Constructor and Description |
---|
SplitMessage() |
Modifier and Type | Method and Description |
---|---|
void |
addPart(Object part,
OutboundEndpoint endpoint) |
SplitMessage.MessagePart |
getPart(int i) |
int |
size() |
public void addPart(Object part, OutboundEndpoint endpoint)
public SplitMessage.MessagePart getPart(int i)
public int size()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.