public static enum MediatorConfiguration.Production extends Enum<MediatorConfiguration.Production>
Enum Constant and Description |
---|
COMPLETION_STAGE_OF_MESSAGE |
COMPLETION_STAGE_OF_PAYLOAD |
INDIVIDUAL_MESSAGE |
INDIVIDUAL_PAYLOAD |
NONE |
STREAM_OF_MESSAGE |
STREAM_OF_PAYLOAD |
UNI_OF_MESSAGE |
UNI_OF_PAYLOAD |
Modifier and Type | Method and Description |
---|---|
static MediatorConfiguration.Production |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediatorConfiguration.Production[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediatorConfiguration.Production STREAM_OF_MESSAGE
public static final MediatorConfiguration.Production STREAM_OF_PAYLOAD
public static final MediatorConfiguration.Production INDIVIDUAL_PAYLOAD
public static final MediatorConfiguration.Production INDIVIDUAL_MESSAGE
public static final MediatorConfiguration.Production COMPLETION_STAGE_OF_PAYLOAD
public static final MediatorConfiguration.Production COMPLETION_STAGE_OF_MESSAGE
public static final MediatorConfiguration.Production UNI_OF_PAYLOAD
public static final MediatorConfiguration.Production UNI_OF_MESSAGE
public static final MediatorConfiguration.Production NONE
public static MediatorConfiguration.Production[] values()
for (MediatorConfiguration.Production c : MediatorConfiguration.Production.values()) System.out.println(c);
public static MediatorConfiguration.Production 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 © 2018–2021 SmallRye. All rights reserved.