@FunctionalInterface public static interface ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener
Modifier and Type | Interface and Description |
---|---|
static class |
ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState
The receiver states.
|
Modifier and Type | Method and Description |
---|---|
void |
onStateChange(ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState oldState,
ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState newState,
long changeTimestamp)
The callback executed when a state change occurs.
|
void onStateChange(ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState oldState, ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState newState, long changeTimestamp)
oldState
- the previous statenewState
- the current or new statechangeTimestamp
- the time of the change in milliseconds since Epoch time.Copyright 2019-2024 Solace Corporation. All rights reserved.