public static enum SinkHandler.UnsubscriptionReason extends Enum<SinkHandler.UnsubscriptionReason>
Enum Constant and Description |
---|
FRAMEWORK
The topic has been unsubscribed by the framework.
|
OTHER
The topic has been unsubscribed for some other reason -
see logs for more details.
|
REMOVAL
The topic has been removed from the Diffusion server.
|
Modifier and Type | Method and Description |
---|---|
static SinkHandler.UnsubscriptionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SinkHandler.UnsubscriptionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SinkHandler.UnsubscriptionReason FRAMEWORK
public static final SinkHandler.UnsubscriptionReason REMOVAL
public static final SinkHandler.UnsubscriptionReason OTHER
public static SinkHandler.UnsubscriptionReason[] values()
for (SinkHandler.UnsubscriptionReason c : SinkHandler.UnsubscriptionReason.values()) System.out.println(c);
public static SinkHandler.UnsubscriptionReason 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 nullCopyright © 2024 DiffusionData Limited. All rights reserved.