LoadBalancer.Router.createLoadBalancerTo()

Signature

Object createLoadBalancerTo(String adhocConfigName)

Domain

ACTION

Description

Creates and returns a load balancer that can be used to send messages to remote, load balanced destinations.

Parameters

NameTypeDescription
adhocConfigNameStringThe name of the adhoc load balancer configuration to use to send messages to. Ex: adhoc_1

Returns

TypeDescription
ObjectAn opaque handle to the loadbalancer object that can be used to send messages.

Cautions

none