public interface LoadBalancer extends AsyncProcessor
Processor instances| Modifier and Type | Method and Description |
|---|---|
void |
addProcessor(Processor processor)
Adds a new processor to the load balancer
|
List<Processor> |
getProcessors()
Returns the current processors available to this load balancer
|
void |
removeProcessor(Processor processor)
Removes the given processor from the load balancer
|
processvoid addProcessor(Processor processor)
processor - the processor to be added to the load balancervoid removeProcessor(Processor processor)
processor - the processor to be removed from the load balancerList<Processor> getProcessors()
Apache Camel