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