Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
4096 |
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 |
---|---|---|
protected static final int |
ORDER_ASC |
1 |
protected static final int |
ORDER_DESC |
-1 |
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–2017. All rights reserved.