public class RoundRobinLoadBalancer extends QueueLoadBalancer
logshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
RoundRobinLoadBalancer() |
| Modifier and Type | Method and Description |
|---|---|
protected Processor |
chooseProcessor(List<Processor> processors,
Exchange exchange) |
int |
getLastChosenProcessorIndex() |
String |
toString() |
processaddProcessor, doShutdown, doStart, doStop, getId, getProcessors, hasNext, next, process, removeProcessor, setIddoResume, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic RoundRobinLoadBalancer()
protected Processor chooseProcessor(List<Processor> processors, Exchange exchange)
chooseProcessor in class QueueLoadBalancerpublic int getLastChosenProcessorIndex()
Apache Camel