public static enum DevReactiveMessagingInfos.ComponentType extends Enum<DevReactiveMessagingInfos.ComponentType>
| Enum Constant and Description |
|---|
CHANNEL |
CONNECTOR |
EMITTER |
PROCESSOR |
PUBLISHER |
SUBSCRIBER |
| Modifier and Type | Method and Description |
|---|---|
static DevReactiveMessagingInfos.ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DevReactiveMessagingInfos.ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DevReactiveMessagingInfos.ComponentType CONNECTOR
public static final DevReactiveMessagingInfos.ComponentType PROCESSOR
public static final DevReactiveMessagingInfos.ComponentType PUBLISHER
public static final DevReactiveMessagingInfos.ComponentType EMITTER
public static final DevReactiveMessagingInfos.ComponentType CHANNEL
public static final DevReactiveMessagingInfos.ComponentType SUBSCRIBER
public static DevReactiveMessagingInfos.ComponentType[] values()
for (DevReactiveMessagingInfos.ComponentType c : DevReactiveMessagingInfos.ComponentType.values()) System.out.println(c);
public static DevReactiveMessagingInfos.ComponentType 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 © 2021 JBoss by Red Hat. All rights reserved.