Message |
FifaConnectServiceBusClient.peekLock() |
Gets and locks a message without deleting it from the queue.
|
Message |
FifaConnectServiceBusClient.peekLock(int timeout) |
Gets and locks a message without deleting it from the queue.
|
Message |
FifaConnectServiceBusClientImpl.peekLock() |
Gets and locks a message without deleting it from the queue.
|
Message |
FifaConnectServiceBusClientImpl.peekLock(int timeout) |
Gets and locks a message without deleting it from the queue.
|
void |
FifaConnectServiceBusClient.send(String recipient,
byte[] content) |
Sends a message to a specified recipient via Message Bus.
|
void |
FifaConnectServiceBusClient.send(String recipient,
byte[] content,
String action,
Map<String,String> properties) |
Sends a message to a specified recipient via Message Bus.
|
void |
FifaConnectServiceBusClientImpl.send(String recipient,
byte[] content) |
Sends a message to a specified recipient via Message Bus.
|
void |
FifaConnectServiceBusClientImpl.send(String recipient,
byte[] content,
String action,
Map<String,String> properties) |
Sends a message to a specified recipient via Message Bus.
|