public class DynamicRoundRobin extends Object implements MessageProcessor, Initialisable, MuleContextAware
DynamicRouteResolver
This includes messages received on all threads, so there is no guarantee
that messages received from a splitter are sent to consecutively numbered targets.PHASE_NAME
Constructor and Description |
---|
DynamicRoundRobin() |
Modifier and Type | Method and Description |
---|---|
void |
initialise()
Method used to perform any initialisation work.
|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
void |
setDynamicRouteResolver(DynamicRouteResolver dynamicRouteResolver) |
void |
setMuleContext(MuleContext context) |
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessor
process
in interface MessageProcessor
event
- MuleEvent to be processedMuleException
public void initialise() throws InitialisationException
Initialisable
InitialisationException
should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException
should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down.initialise
in interface Initialisable
InitialisationException
- if a fatal error occurs causing the Mule instance to shutdownRecoverableException
- if an error occurs that can be recovered frompublic void setMuleContext(MuleContext context)
setMuleContext
in interface MuleContextAware
public void setDynamicRouteResolver(DynamicRouteResolver dynamicRouteResolver)
dynamicRouteResolver
- custom identifiable route resolver to useCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.