Package | Description |
---|---|
com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
com.solace.messaging.publisher |
A package that contains interfaces and classes to handle publishing messages.
|
com.solace.messaging.receiver |
A package that contains interfaces and classes to handle receiving messages.
|
Class and Description |
---|
DirectMessageReceiver
An interface for using PubSub+ direct message consumers/receivers.
|
MessageQueueBrowser
A Queue Browser allows client applications to look at messages stored in persistent store of
Queue Endpoints without removing them.
|
PersistentMessageReceiver
An interface that abstracts behavior of PubSub+ persistent message consumer/receiver.
|
RequestReplyMessageReceiver
An interface for a receiver application in a request-reply messaging use case.
|
Class and Description |
---|
InboundMessage.ReplicationGroupMessageId
An interface to access Replication Group Message ID.
|
Class and Description |
---|
InboundMessage
An interface for inbound messages.
|
Class and 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.
|
AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation
The list subscription operations.
|
DirectMessageReceiver
An interface for using PubSub+ direct message consumers/receivers.
|
InboundMessage
An interface for inbound messages.
|
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.FailedReceiveEvent
A class that encapsulates details of a failed attempt to receive a message.
|
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.FailedReplyEvent
A class that encapsulates the details of a failed attempt to publish a reply message.
|
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.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.