Class RoundRobinLoadBalancerDefinition
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.model.LoadBalancerDefinition
-
- org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition
-
@Metadata(label="eip,routing,loadbalance") public class RoundRobinLoadBalancerDefinition extends LoadBalancerDefinition
Round robin load balancer The round robin load balancer will use the next endpoint for each message. This load balancer is not meant to work with failover, for that you should use the dedicated failover load balancer.
-
-
Constructor Summary
Constructors Constructor Description RoundRobinLoadBalancerDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.apache.camel.model.LoadBalancerDefinition
getLoadBalancerTypeName, getMaximumNumberOfOutputs
-
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classLoadBalancerDefinition
-
-