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.resources |
A package of interfaces to work with PubSub+ topics, queues, share names, and information about
received messages.
|
Modifier and Type | Method and Description |
---|---|
DirectMessageReceiver |
DirectMessageReceiverBuilder.build(ShareName shareName)
Creates a new instance of
DirectMessageReceiver to be used in applications designed
with horizontal scalability in mind with more than one instance running. |
RequestReplyMessageReceiver |
RequestReplyMessageReceiverBuilder.build(TopicSubscription requestTopicSubscription,
ShareName shareName)
Builds a request-reply message receiver with a shared topic subscription and the shared name.
|
Modifier and Type | Method and Description |
---|---|
static ShareName |
ShareName.of(String name)
A factory method to create instances of a
ShareName . |
Copyright 2019-2024 Solace Corporation. All rights reserved.