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.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 |
---|
DirectMessagePublisher
An interface to create and interact with direct (non-persistent) message publishers.
|
OutboundMessageBuilder
An interface for the creating and configuring outbound messages.
|
PersistentMessagePublisher
An interface to create and interact with persistent message publishers.
|
RequestReplyMessagePublisher
An interface for a publisher application in a request-reply messaging use case.
|
Class and Description |
---|
DirectMessagePublisher
An interface to create and interact with direct (non-persistent) message publishers.
|
DirectMessagePublisher.FailedPublishEvent
A class that encapsulates the details of a failed attempt to publish a message.
|
DirectMessagePublisher.PublishFailureListener
An interface that provides an abstraction for listeners of failed message publishing attempts.
|
MessagePublisher
An interface for working with message publishing, which is a base interface for all publishers.
|
OutboundMessage
An interface for outbound messages and provides extended control for additional sender options.
|
OutboundMessageBuilder
An interface for the creating and configuring outbound messages.
|
PersistentMessagePublisher
An interface to create and interact with persistent message publishers.
|
PersistentMessagePublisher.MessagePublishReceiptListener
An interface for listeners that process notifications about message delivered to the broker
(success or failures).
|
PersistentMessagePublisher.PublishReceipt
A class that encapsulates broker acknowledgement or failed publishing attempts, used for
message delivery notification processing such as timestamp, correlation token, original
message, indicator if message was persisted on a broker.
|
PublisherHealthCheck
An interface for publisher readiness estimation.
|
PublisherHealthCheck.PublisherReadinessListener
An interface that is abstraction for the handling of a publisher instance's ability to take new
messages and send them over the wire to a remote broker.
|
RequestReplyMessagePublisher
An interface for a publisher application in a request-reply messaging use case.
|
RequestReplyMessagePublisher.ReplyMessageHandler
An interface to handle a reply message for the request-reply use case.
|
Class and Description |
---|
OutboundMessage
An interface for outbound messages and provides extended control for additional sender options.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.