@CompileStatic class AxonMessageHelper extends Object
Type | Name and description |
---|---|
static String |
AGGREGATE_IDENTIFIER |
static String |
SEQUENCE_NUMBER |
Constructor and description |
---|
AxonMessageHelper() |
Type Params | Return Type | Name and description |
---|---|---|
|
static String |
fetchAggregateIdentifierIfPossible(Message<?> message, String nonExistingPlaceholder) |
|
static String |
fetchGlobalIndexAsStringIfPossible(Message<?> message, String nonExistingPlaceholder) |
|
static Long |
fetchGlobalIndexIfPossible(Message<?> message) |
|
static String |
fetchSequenceNumberAsStringIfPossible(Message<?> message, String nonExistingPlaceholder) |
Groovy Documentation