public static enum ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState extends Enum<ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState>
| Enum Constant and Description |
|---|
ACTIVE
The state where the receiver can receive messages from a broker.
|
PASSIVE
The state where the receiver cannot receive messages from a broker.
|
| Modifier and Type | Method and Description |
|---|---|
static ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState ACTIVE
public static final ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState PASSIVE
public static ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState[] values()
for (ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState c : ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState.values()) System.out.println(c);
Copyright 2019-2025 Solace Corporation. All rights reserved.