Package | Description |
---|---|
com.solace.messaging.receiver |
A package that contains interfaces and classes to handle receiving messages.
|
Modifier and Type | Method and Description |
---|---|
static AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation |
AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation[] |
AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncReceiverSubscriptions.SubscriptionChangeListener.onSubscriptionChange(TopicSubscription topicSubscription,
AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation change,
PubSubPlusClientException exception)
A callback method that executes when a subscription change occurs and the broker response is
processed.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.