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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectMessagePublisherBuilder
An interface to configure and create instances of
DirectMessagePublisher to publish
direct messages. |
interface |
MessagePublisherBuilder
An interface to create and configure different types of message publishers.
|
interface |
PersistentMessagePublisherBuilder
An interface to configure and create instances of
PersistentMessagePublisher to send
persistent messages. |
interface |
RequestReplyMessagePublisherBuilder
A class to configure and create instances of
RequestReplyMessagePublisher to publish
request-reply type of messages. |
Modifier and Type | Method and Description |
---|---|
PublisherPropertyConfiguration |
PublisherPropertyConfiguration.fromProperties(Properties configuration) |
Copyright 2019-2024 Solace Corporation. All rights reserved.