@Deprecated public static enum AepEngine.MessageSendPolicy extends Enum<AepEngine.MessageSendPolicy>
Enum Constant and Description |
---|
ReplicateBeforeSend
Deprecated.
This policy causes state/messages to be replicated before sending
outbound messages triggered by the processing of inbound messages.
|
Modifier and Type | Method and Description |
---|---|
static AepEngine.MessageSendPolicy |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AepEngine.MessageSendPolicy[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AepEngine.MessageSendPolicy ReplicateBeforeSend
public static AepEngine.MessageSendPolicy[] values()
for (AepEngine.MessageSendPolicy c : AepEngine.MessageSendPolicy.values()) System.out.println(c);
public static AepEngine.MessageSendPolicy 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 © 2019 Neeve Research, LLC. All Rights Reserved.