Package | Description |
---|---|
com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectMessageReceiverBuilder
An interface to configure and create instances of
DirectMessageReceiver . |
interface |
PersistentMessageReceiverBuilder
An interface to configure and create instances of
PersistentMessageReceiver to receive
persistent messages. |
Modifier and Type | Method and Description |
---|---|
MessageReceiverBuilder |
MessageReceiverBuilder.fromProperties(Properties configuration)
Enables property-based configuration.
|
MessageReceiverBuilder |
MessageReceiverBuilder.withSubscriptions(TopicSubscription... subscriptions)
A
TopicSubscription can be added to the message receiver before the receiver is
started. |
Copyright 2019-2024 Solace Corporation. All rights reserved.