Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_VALUE |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
THREAD_KEEP_ALIVE_TIME |
100L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INITIAL_LOAD_FACTOR |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FIRST |
2147483647 |
public static final int |
HIGH |
1073741823 |
public static final int |
LAST |
-2147483648 |
public static final int |
LOW |
-1073741824 |
public static final int |
NEUTRAL |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
NOT_RECURSIVE |
false |
public static final boolean |
RECURSIVE |
true |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
ADD_ALL |
false |
public static final boolean |
OVERRIDE_ONLY |
true |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REFIRE_IMMEDIATELY_POLICY |
"refireImmediatelyPolicy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SERIALIZED_DEADLINE_MESSAGE |
"serializedDeadlineMessage" |
public static final String |
SERIALIZED_DEADLINE_MESSAGE_CLASS_NAME |
"serializedDeadlineMessageClassName" |
public static final String |
SERIALIZED_DEADLINE_SCOPE |
"serializedDeadlineScope" |
public static final String |
SERIALIZED_DEADLINE_SCOPE_CLASS_NAME |
"serializedDeadlineScopeClassName" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EXTERNAL_CONNECTIONS |
-134217728 |
public static final int |
INBOUND_COMMAND_CONNECTOR |
536870911 |
public static final int |
INBOUND_EVENT_CONNECTORS |
1073741823 |
public static final int |
INBOUND_QUERY_CONNECTOR |
536870911 |
public static final int |
INSTRUCTION_COMPONENTS |
1073741833 |
public static final int |
LOCAL_MESSAGE_HANDLER_REGISTRATIONS |
0 |
public static final int |
OUTBOUND_COMMAND_CONNECTORS |
0 |
public static final int |
OUTBOUND_EVENT_CONNECTORS |
-10 |
public static final int |
OUTBOUND_QUERY_CONNECTORS |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AGGREGATE_CREATION_POLICY |
"CreationPolicy.creationPolicy" |
public static final String |
ALLOW_REPLAY |
"AllowReplay.allowReplay" |
public static final String |
COMMAND_NAME |
"CommandHandler.commandName" |
public static final String |
COMMAND_ROUTING_KEY |
"CommandHandler.routingKey" |
public static final String |
EXCEPTION_RESULT_TYPE |
"ExceptionHandler.resultType" |
public static final String |
FORCE_NEW_SAGA |
"StartSaga.forceNew" |
public static final String |
MESSAGE_TYPE |
"MessageHandler.messageType" |
public static final String |
PAYLOAD_TYPE |
"MessageHandler.payloadType" |
public static final String |
QUERY_NAME |
"QueryHandler.queryName" |
public static final String |
RESULT_TYPE |
"ResultHandler.resultType" |
public static final String |
SAGA_ASSOCIATION_PROPERTY |
"SagaEventHandler.associationProperty" |
public static final String |
SAGA_ASSOCIATION_PROPERTY_KEY_NAME |
"SagaEventHandler.keyName" |
public static final String |
SAGA_ASSOCIATION_RESOLVER |
"SagaEventHandler.associationResolver" |
public static final String |
SHUTDOWN_PHASE |
"ShutdownHandler.phase" |
public static final String |
START_PHASE |
"StartHandler.phase" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AGGREGATE_ID |
"axon-message-aggregate-id" |
public static final String |
AGGREGATE_SEQ |
"axon-message-aggregate-seq" |
public static final String |
AGGREGATE_TYPE |
"axon-message-aggregate-type" |
public static final String |
DEADLINE_NAME |
"axon-deadline-name" |
public static final String |
MESSAGE_ID |
"axon-message-id" |
public static final String |
MESSAGE_METADATA |
"axon-metadata" |
public static final String |
MESSAGE_REVISION |
"axon-message-revision" |
public static final String |
MESSAGE_TIMESTAMP |
"axon-message-timestamp" |
public static final String |
MESSAGE_TYPE |
"axon-message-type" |
public static final String |
SERIALIZED_MESSAGE_PAYLOAD |
"axon-serialized-message-payload" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PAYLOAD_TYPE_TAG |
"payloadType" |
public static final String |
PROCESSOR_NAME_TAG |
"processorName" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AXON_CONFIGURATION_BEAN |
"org.axonframework.spring.config.AxonConfiguration" |
public static final String |
AXON_CONFIGURER_BEAN |
"org.axonframework.config.Configurer" |
Copyright © 2010–2022. All rights reserved.