LoadBalancer.Receiver.createTcpReceiverFor()

Signature

Object createTcpReceiverFor(String adhocConfigName)

Domain

ACTION

Description

Creates and returns a local receiver that receives load balanced messages from remote senders. Messages will arrive on the local destination specified in the configuration.

Parameters

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

Returns

TypeDescription
ObjectAn opaque handle to the loadbalancer receiver object.

Cautions

none