Package | Description |
---|---|
com.solace.messaging.publisher |
A package that contains interfaces and classes to handle publishing messages.
|
com.solace.messaging.receiver |
A package that contains interfaces and classes to handle receiving messages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectMessagePublisher
An interface to create and interact with direct (non-persistent) message publishers.
|
interface |
MessagePublisher
An interface for working with message publishing, which is a base interface for all publishers.
|
interface |
PersistentMessagePublisher
An interface to create and interact with persistent message publishers.
|
interface |
RequestReplyMessagePublisher
An interface for a publisher application in a request-reply messaging use case.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectMessageReceiver
An interface for using PubSub+ direct message consumers/receivers.
|
interface |
MessageQueueBrowser
A Queue Browser allows client applications to look at messages stored in persistent store of
Queue Endpoints without removing them.
|
interface |
MessageReceiver
An interface for receiving messages; it is the base interface for all receivers.
|
interface |
PersistentMessageReceiver
An interface that abstracts behavior of PubSub+ persistent message consumer/receiver.
|
interface |
RequestReplyMessageReceiver
An interface for a receiver application in a request-reply messaging use case.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.