Uses of Class
org.apache.camel.model.LoadBalancerDefinition
Packages that use LoadBalancerDefinition
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs for the Load Balancer EIP pattern for the
XML Configuration.
-
Uses of LoadBalancerDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return LoadBalancerDefinitionMethods in org.apache.camel.model with parameters of type LoadBalancerDefinitionModifier and TypeMethodDescriptionvoidLoadBalanceDefinition.setLoadBalancerType(LoadBalancerDefinition loadbalancer) The load balancer to be used -
Uses of LoadBalancerDefinition in org.apache.camel.model.loadbalancer
Subclasses of LoadBalancerDefinition in org.apache.camel.model.loadbalancerModifier and TypeClassDescriptionclassTo use a custom load balancer implementation.classIn case of failures the exchange will be tried on the next endpoint.classThe destination endpoints are selected by random.classThe destination endpoints are selected in a round-robin fashion.classSticky load balancing using an expression to calculate a correlation key to perform the sticky load balancing.classTopic which sends to all destinations.classUses a weighted load distribution ratio for each server with respect to others.