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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectMessagePublisherBuilder
An interface to configure and create instances of
DirectMessagePublisher to publish
direct messages. |
interface |
DirectMessageReceiverBuilder
An interface to configure and create instances of
DirectMessageReceiver . |
interface |
MessagePublisherBuilder
An interface to create and configure different types of message publishers.
|
interface |
MessageQueueBrowserBuilder
An interface to configure and create instances of
MessageQueueBrowser to look at
persistent messages without consuming them. |
interface |
MessageReceiverBuilder
An interface to create and configure different types of a message receivers.
|
interface |
PersistentMessagePublisherBuilder
An interface to configure and create instances of
PersistentMessagePublisher to send
persistent messages. |
interface |
PersistentMessageReceiverBuilder
An interface to configure and create instances of
PersistentMessageReceiver to receive
persistent messages. |
interface |
RequestReplyMessagePublisherBuilder
A class to configure and create instances of
RequestReplyMessagePublisher to publish
request-reply type of messages. |
interface |
RequestReplyMessageReceiverBuilder
A builder class to configure and create instances of
RequestReplyMessageReceiver . |
Modifier and Type | Class and Description |
---|---|
class |
MessagingServiceClientBuilder
A class to configure and build
MessagingService instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
DeclarativeServiceConfiguration
An interface to provide configuration in a declarative way.
|
interface |
PublisherPropertyConfiguration
An interface for property-based fine-tuning of a message publisher.
|
interface |
ReceiverPropertyConfiguration
An interface for property-based configuration for fine-tuning message receivers.
|
Modifier and Type | Method and Description |
---|---|
PropertyBasedConfiguration |
PropertyBasedConfiguration.fromProperties(Properties configuration)
Enables property-based configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OutboundMessageBuilder
An interface for the creating and configuring outbound messages.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.