![]() |
Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
|
Interface to get notified about messages which are sent asynchronously. More...
Public Member Functions | |
OnMessage (const IMessage Message) | |
Notifies the application that the message has been successfully sent. | |
OnException (const IMessage Message, const Exception Exception) | |
Notifies the application that the message has been successfully sent. |
Interface to get notified about messages which are sent asynchronously.
ICompletionListener::OnException | ( | const IMessage | Message, |
const Exception | Exception ) |
Notifies the application that the message has been successfully sent.
ICompletionListener::OnMessage | ( | const IMessage | Message | ) |
Notifies the application that the message has been successfully sent.