Uses of Interface
eneter.messaging.nodes.loadbalancer.ILoadBalancer

Packages that use ILoadBalancer
eneter.messaging.nodes.loadbalancer Distributing the workload across a farm of receivers. 
 

Uses of ILoadBalancer in eneter.messaging.nodes.loadbalancer
 

Methods in eneter.messaging.nodes.loadbalancer that return ILoadBalancer
 ILoadBalancer RoundRobinBalancerFactory.createLoadBalancer()
          Creates the load balancer using the Round-Robin algorithm.
 ILoadBalancer ILoadBalancerFactory.createLoadBalancer()
          Creates the load balancer.