T - message to routepublic interface MultiRecipientRouter<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_RESULT
Default result for any unresolved routing implementation
|
static final String DEFAULT_RESULT
List<String> route(T messageToRoute) throws RouterException
messageToRoute in a read-only fashion, returning an ordered List of
paths/routes for this messageToRoute to take next.messageToRoute - Event to handleEvent to take nextRouterException - - if the result cannot be calculated for any reasonCopyright © 2007-2016 Ikasan. All Rights Reserved.