Class AggregateScopeDescriptor
java.lang.Object
org.axonframework.modelling.command.AggregateScopeDescriptor
org.axonframework.commandhandling.model.AggregateScopeDescriptor
- All Implemented Interfaces:
Serializable,ScopeDescriptor
Deprecated.
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 Summary
ConstructorsConstructorDescriptionAggregateScopeDescriptor(String type, Object identifier) Deprecated.Instantiate a AggregateScopeDescriptor with the providedtypeandidentifier. -
Method Summary
Methods inherited from class org.axonframework.modelling.command.AggregateScopeDescriptor
equals, getIdentifier, getType, hashCode, scopeDescription, toString
AggregateScopeDescriptor