LoadBalancer.Router

Description

LoadBalancer router side functions

Functions

NameSignature and Synopsis
createLoadBalancerToObject createLoadBalancerTo(String adhocConfigName)
Creates and returns a load balancer that can be used to send messages to remote, load balanced destinations.
discardLoadBalancervoid discardLoadBalancer(Object loadBalancer)
Discards the load balancer.
sendvoid send(Object loadBalancer, SimpleEvent event, String routingKey)
Sends an event to a remote receiver. The routing decision is made using the routing key.