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.receiver |
A package that contains interfaces and classes to handle receiving messages.
|
Modifier and Type | Method and Description |
---|---|
DirectMessageReceiver |
DirectMessageReceiverBuilder.build()
Creates a new instance of
DirectMessageReceiver based on the provided configuration, to
be used in applications when distribution of messages among different application instances for
horizontal scalability purposes does not matter. |
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. |
Modifier and Type | Method and Description |
---|---|
DirectMessageReceiver |
DirectMessageReceiver.start() |
Copyright 2019-2024 Solace Corporation. All rights reserved.