Package | Description |
---|---|
com.solace.messaging.receiver |
A package that contains interfaces and classes to handle receiving messages.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncReceiverSubscriptions.addSubscriptionAsync(TopicSubscription topicSubscription,
AsyncReceiverSubscriptions.SubscriptionChangeListener listener)
Requests to subscribe asynchronously to a given topic subscription.
|
void |
AsyncReceiverSubscriptions.removeSubscriptionAsync(TopicSubscription topicSubscription,
AsyncReceiverSubscriptions.SubscriptionChangeListener listener)
Unsubscribe from a previously subscribed message source on a broker, so that no more messages
will be received from it.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.