Package org.axonframework.messaging.core
Class LegacyResources
java.lang.Object
org.axonframework.messaging.core.LegacyResources
Utility class to obtain resources used in previous versions of Axon Framework.
- Since:
- 5.0.0
- Author:
- Allard Buijze
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Context.ResourceKey<String> The ResourceKey to obtain the Aggregate Identifier from an Event's context.static final Context.ResourceKey<Long> The ResourceKey to obtain the Aggregate Sequence Number from an Event's context.static final Context.ResourceKey<String> The ResourceKey to obtain the Aggregate Type from an Event's context. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AGGREGATE_IDENTIFIER_KEY
The ResourceKey to obtain the Aggregate Identifier from an Event's context. -
AGGREGATE_TYPE_KEY
The ResourceKey to obtain the Aggregate Type from an Event's context. -
AGGREGATE_SEQUENCE_NUMBER_KEY
The ResourceKey to obtain the Aggregate Sequence Number from an Event's context.
-
-
Constructor Details
-
LegacyResources
public LegacyResources()
-