See: Description
| Interface | Description |
|---|---|
| AcknowledgementSupport |
An interface for manual message acknowledgement (receiver acknowledges message to the broker like
behavior).
|
| AsyncReceiverSubscriptions |
An interface for asynchronous non-blocking requests to subscribe and unsubscribe to and from
additional message sources, respectively.
|
| AsyncReceiverSubscriptions.SubscriptionChangeListener |
The listener for subscription change notifications.
|
| DirectMessageReceiver |
An interface for using PubSub+ direct message consumers/receivers.
|
| InboundMessage |
An interface for inbound messages.
|
| InboundMessage.IncompatibleMessageHandler |
An interface for incompatible message listeners.
|
| InboundMessage.MessageDiscardNotification |
An interface for message discard notifications.
|
| InboundMessage.ReplicationGroupMessageId |
An interface to access Replication Group Message ID.
|
| MessageQueueBrowser |
A Queue Browser allows client applications to look at messages stored in persistent store of
Queue Endpoints without removing them.
|
| MessageReceiver |
An interface for receiving messages; it is the base interface for all receivers.
|
| MessageReceiver.InboundMessageSupplier |
An interface for message supplier functionality used for alternative message receiver methods.
|
| MessageReceiver.MessageHandler |
An interface for the listener of message handlers for inbound messages.
|
| MessageReceiver.ReceiveFailureListener |
An interface for a listener for failures during the receipt of messages from a broker.
|
| PersistentMessageReceiver |
An interface that abstracts behavior of PubSub+ persistent message consumer/receiver.
|
| ReceiverFlowControl |
An interface to control operations on the inbound message flow.
|
| ReceiverSubscriptions |
An interface to subscribe and unsubscribe to and from additional message sources, respectively.
|
| RequestReplyMessageReceiver |
An interface for a receiver application in a request-reply messaging use case.
|
| RequestReplyMessageReceiver.Replier |
An interface to perform reply operations for a received request message.
|
| RequestReplyMessageReceiver.ReplyFailureListener |
An interface that provides an abstraction for listeners of failed message reply attempts.
|
| RequestReplyMessageReceiver.RequestMessageHandler |
An interface to handle a request message and perform a reply or response for the request-reply
use case.
|
| Class | Description |
|---|---|
| MessageReceiver.FailedReceiveEvent |
A class that encapsulates details of a failed attempt to receive a message.
|
| RequestReplyMessageReceiver.FailedReplyEvent |
A class that encapsulates the details of a failed attempt to publish a reply message.
|
| Enum | Description |
|---|---|
| AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation |
The list subscription operations.
|
Copyright 2019-2025 Solace Corporation. All rights reserved.