Uses of Class
org.axonframework.modelling.saga.SagaLifecycle
Packages that use SagaLifecycle
-
Uses of SagaLifecycle in org.axonframework.modelling.saga
Subclasses of SagaLifecycle in org.axonframework.modelling.sagaModifier and TypeClassDescriptionclassImplementation of theinterfacethat allows for a POJO instance with annotated message handlers to act as a Saga.Methods in org.axonframework.modelling.saga that return SagaLifecycleModifier and TypeMethodDescriptionprotected static SagaLifecycleSagaLifecycle.getInstance()Get the currentSagaLifecycleinstance for the current thread.