void |
FifaConnectServiceBusClient.delete(String messageId,
String lockToken) |
Deletes a previously locked message (see peekLock method).
|
byte[] |
FifaConnectServiceBusCertificateClient.downloadCertificate(String queueIdentifier) |
Downloads certificate for given queue
|
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.
|
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 |
FifaConnectServiceBusClient.unlock(String messageId,
String lockToken) |
Unlocks a previously locked message.
|
void |
FifaConnectServiceBusCertificateClient.uploadCertificate(byte[] certificate) |
Uploads a public certificate to cert store
|