Class LegacyResources

java.lang.Object
org.axonframework.messaging.core.LegacyResources

public abstract class LegacyResources extends Object
Utility class to obtain resources used in previous versions of Axon Framework.
Since:
5.0.0
Author:
Allard Buijze
  • Field Details

    • AGGREGATE_IDENTIFIER_KEY

      public static final Context.ResourceKey<String> AGGREGATE_IDENTIFIER_KEY
      The ResourceKey to obtain the Aggregate Identifier from an Event's context.
    • AGGREGATE_TYPE_KEY

      public static final Context.ResourceKey<String> AGGREGATE_TYPE_KEY
      The ResourceKey to obtain the Aggregate Type from an Event's context.
    • AGGREGATE_SEQUENCE_NUMBER_KEY

      public static final Context.ResourceKey<Long> AGGREGATE_SEQUENCE_NUMBER_KEY
      The ResourceKey to obtain the Aggregate Sequence Number from an Event's context.
  • Constructor Details

    • LegacyResources

      public LegacyResources()