public static enum BootListener.EventType extends Enum<BootListener.EventType>
| Enum Constant and Description |
|---|
AFTER_CONSUMER_PROVIDER |
AFTER_HANDLER |
AFTER_PRODUCER_PROVIDER |
AFTER_REGISTRY |
AFTER_TRANSPORT |
BEFORE_CONSUMER_PROVIDER |
BEFORE_HANDLER |
BEFORE_PRODUCER_PROVIDER |
BEFORE_REGISTRY |
BEFORE_TRANSPORT |
| Modifier and Type | Method and Description |
|---|---|
static BootListener.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootListener.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootListener.EventType BEFORE_HANDLER
public static final BootListener.EventType AFTER_HANDLER
public static final BootListener.EventType BEFORE_PRODUCER_PROVIDER
public static final BootListener.EventType AFTER_PRODUCER_PROVIDER
public static final BootListener.EventType BEFORE_CONSUMER_PROVIDER
public static final BootListener.EventType AFTER_CONSUMER_PROVIDER
public static final BootListener.EventType BEFORE_TRANSPORT
public static final BootListener.EventType AFTER_TRANSPORT
public static final BootListener.EventType BEFORE_REGISTRY
public static final BootListener.EventType AFTER_REGISTRY
public static BootListener.EventType[] values()
for (BootListener.EventType c : BootListener.EventType.values()) System.out.println(c);
public static BootListener.EventType 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 © 2017. All rights reserved.