Class SagaScopeDescriptor

java.lang.Object
org.axonframework.modelling.saga.SagaScopeDescriptor
org.axonframework.eventhandling.saga.SagaScopeDescriptor
All Implemented Interfaces:
Serializable, ScopeDescriptor

@Deprecated public class SagaScopeDescriptor extends SagaScopeDescriptor
Deprecated.
in favor of the SagaScopeDescriptor
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 Details

    • SagaScopeDescriptor

      public SagaScopeDescriptor(String type, Object identifier)
      Deprecated.
      Instantiate a SagaScopeDescriptor 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