![]() |
Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
|
CIBytesMessage | Represents a binary based message |
CIClientLibraryInfo | Provides information about the client library |
CIClientLibraryInfoProvider | Povides a method to retrieve an IClientLibraryInfo object |
CICompletionListener | Interface to get notified about messages which are sent asynchronously |
CIConnection | Represents a connection with a message broker |
CIConnectionFactory | Encapsulates a set of connection configuration parameters that has been defined by an administrator |
CIConnectionInfo | Provides information about the current STOMP connection, including the broker-assigned STOMP session identifier and the server identifier string |
CIDestination | Encapsulates a provider-specific address |
CIHeartbeat | Heart-beat interface |
CIMapMessage | Used to send a set of name-value pairs |
CIMessage | Represents a message either to be sent to a message broker or received from a message broker |
CIMessageConsumer | A client uses an IMessageConsumer object to receive messages from a destination |
CIMessageProducer | A client uses an IMessageProducer object to send messages to a destination |
CIMessageTransformer | A plugin strategy for transforming a message before it is sent by the client or before it is dispatched to the consumer |
CIMessageTransformerSupport | Support for object message and map message transformation |
CIMQConsumer | Interface for consuming messages |
CIMQContext | This interface represents a messaging context |
CIMQProducer | Interface for producing messages |
CIObjectMessage | An IObjectMessage object is used to send a message that contains a serializable object |
CIPrimitiveMap | This object contains key-value pairs, associating a string key with a Boolean, Integer or string value |
CIQueue | Encapsulates a provider-specific queue name |
CIQueueBrowser | A client uses an IQueueBrowser object to look at messages on a queue without removing them |
CISession | Represents a single unit of work on an IConnection |
CITemporaryQueue | Represents an unique IQueue object created for the duration of an IConnection |
CITemporaryTopic | Represents an unique ITopic object created for the duration of an IConnection |
CITextMessage | Represents a text based message |
CITopic | Encapsulates a provider-specific topic name |
CITopicSubscriber | A client uses an ITopicSubscriber object to receive messages that have been published to a topic |
CTBTAbstractConnectionFactory | Encapsulates a set of connection configuration parameters that has been defined by an administrator. |
CTBTBytesMessage | Represents a binary based message. |
CTBTClientLibraryInfo | Provides information about the client library. |
CTBTCommAdapterIndy | An Indy 10-based implementation of the IStompCommAdapter interface |
CTBTConnectionFactory | Encapsulates a set of connection configuration parameters that has been defined by an administrator |
CTBTDestination | Encapsulates a provider-specific address. |
CTBTMapMessage | Used to send a set of name-value pairs. |
CTBTMessage | Represents a message either to be sent to a message broker or received from a message broker. |
CTBTMessageProducer | A client uses an IMessageProducer object to send messages to a destination. |
CTBTMQConsumer | Interface for consuming messages. |
CTBTMQContext | This interface represents a messaging context. |
CTBTMQProducer | Interface for producing messages. |
CTBTObjectMessage | An IObjectMessage object is used to send a message that contains a serializable object. |
CTBTQueue | Encapsulates a provider-specific queue name. |
CTBTTemporaryQueue | Represents an unique IQueue object created for the duration of an IConnection. |
CTBTTemporaryTopic | Represents an unique ITopic object created for the duration of an IConnection. |
CTBTTextMessage | Represents a text based message. |
CTBTTopic | Encapsulates a provider-specific topic name. |