org.apache.camel.model.loadbalancer
Class RoundRobinLoadBalanceStrategy
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.loadbalancer.LoadBalancerType
org.apache.camel.model.loadbalancer.RoundRobinLoadBalanceStrategy
- All Implemented Interfaces:
- AsyncProcessor, Processor, LoadBalancer
public class RoundRobinLoadBalanceStrategy
- extends LoadBalancerType
Represents an XML <roundRobin/> element
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoundRobinLoadBalanceStrategy
public RoundRobinLoadBalanceStrategy()
createLoadBalancer
protected LoadBalancer createLoadBalancer(RouteContext routeContext)
- Description copied from class:
LoadBalancerType
- Factory method to create the load balancer instance
- Overrides:
createLoadBalancer
in class LoadBalancerType
Copyright © 2010 IONA Open Source Community. All Rights Reserved.