API.Response |
API.recv_async() |
Asynchronously receive a response.
|
API.Response |
API.recv_async(boolean consume) |
Asynchronously receive a response.
|
API.Response |
API.recv_async(byte[] trans_id) |
Asynchronously receive a response.
|
API.Response |
API.recv_async(byte[] trans_id,
boolean consume) |
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout) |
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout,
boolean consume) |
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout,
byte[] trans_id) |
Asynchronously receive a response.
|
API.Response |
API.recv_async(Integer timeout,
byte[] trans_id,
boolean consume) |
Asynchronously receive a response.
|
API.Response |
API.send_sync(String name,
byte[] request) |
Synchronous point-to-point communication to a service
subscribed that matches the destination service name.
|
API.Response |
API.send_sync(String name,
byte[] request_info,
byte[] request,
Integer timeout,
Byte priority) |
Synchronous point-to-point communication to a service
subscribed that matches the destination service name.
|