Class AggregateScopeDescriptor

java.lang.Object
org.axonframework.modelling.command.AggregateScopeDescriptor
org.axonframework.commandhandling.model.AggregateScopeDescriptor
All Implemented Interfaces:
Serializable, ScopeDescriptor

@Deprecated public class AggregateScopeDescriptor extends AggregateScopeDescriptor
Deprecated.
in favor of the AggregateScopeDescriptor
Implementation of the AggregateScopeDescriptor used to bridge serialized versions of this descriptor when migrating from Axon 3.x to Axon 4.x.
Since:
4.2
Author:
Steven van Beelen
See Also:
  • Constructor Details

    • AggregateScopeDescriptor

      public AggregateScopeDescriptor(String type, Object identifier)
      Deprecated.
      Instantiate a AggregateScopeDescriptor with the provided type and identifier.
      Parameters:
      type - A String describing the type of the Saga
      identifier - An Object denoting the identifier of the Saga