Package | Description |
---|---|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
Modifier and Type | Method and Description |
---|---|
static ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState |
ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState[] |
ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.onStateChange(ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState oldState,
ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState newState,
long changeTimestamp)
The callback executed when a state change occurs.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.