Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
Loading...
Searching...
No Matches
ICompletionListener Interface Reference

Interface to get notified about messages which are sent asynchronously. More...

Inheritance diagram for ICompletionListener:

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.

Detailed Description

Interface to get notified about messages which are sent asynchronously.

Deprecated
for removal in a future version

Member Function Documentation

◆ OnException()

ICompletionListener::OnException ( const IMessage Message,
const Exception Exception )

Notifies the application that the message has been successfully sent.

Deprecated
for removal in a future version

◆ OnMessage()

ICompletionListener::OnMessage ( const IMessage Message)

Notifies the application that the message has been successfully sent.

Deprecated
for removal in a future version