LoadBalancer.Receiver.createTcpReceiverFor()
Signature
Object createTcpReceiverFor(String adhocConfigName)
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
Name | Type | Description |
adhocConfigName | String | The name of the adhoc load balancer configuration to use to receive messages. Ex: adhoc_1 |
Returns
Type | Description |
Object | An opaque handle to the loadbalancer receiver object. |