void |
DomibusConnectorClientLink.acknowledgeMessage(DomibusConnectorMessageResponseType result) |
If a received message is completely processed by the client the message can be acknowledged to the domibusConnector.
|
DomibusConnectorMessageType |
DomibusConnectorClientLink.getMessageById(String messageTransportId) |
Requests the message for the given message transport ID.
|
List<String> |
DomibusConnectorClientLink.listPendingMessages() |
Returns transport IDs generated by the domibusConnector for messages on the domibusConnector which are pending for this client.
|
DomibusConnectorMessagesType |
DomibusConnectorClientLink.requestMessagesFromConnector() |
Delegate method to request new messages via domibusConnectorAPI from the backend of the domibusConnector to the domibusConnectorClientLibrary.
|
DomibsConnectorAcknowledgementType |
DomibusConnectorClientLink.submitMessageToConnector(DomibusConnectorMessageType message) |
Delegate method to submit a message from the domibusConnectorClientLibrary to the backend of the domibusConnector.
|