public static enum InternalConnectEvent.ConnectEventType extends Enum<InternalConnectEvent.ConnectEventType>
| Enum Constant and Description |
|---|
FLOW_REBIND_FINISHED |
FLOWS_REBOUND |
POST_RECONNECT |
PRE_RECONNECT |
START_RECONNECT |
| Modifier and Type | Method and Description |
|---|---|
static InternalConnectEvent.ConnectEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalConnectEvent.ConnectEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalConnectEvent.ConnectEventType PRE_RECONNECT
public static final InternalConnectEvent.ConnectEventType START_RECONNECT
public static final InternalConnectEvent.ConnectEventType POST_RECONNECT
public static final InternalConnectEvent.ConnectEventType FLOWS_REBOUND
public static final InternalConnectEvent.ConnectEventType FLOW_REBIND_FINISHED
public static InternalConnectEvent.ConnectEventType[] values()
for (InternalConnectEvent.ConnectEventType c : InternalConnectEvent.ConnectEventType.values()) System.out.println(c);
public static InternalConnectEvent.ConnectEventType 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 2004-2021 Solace Corporation. All rights reserved.