Uses of Class
org.axonframework.modelling.saga.AbstractSagaManager
Packages that use AbstractSagaManager
-
Uses of AbstractSagaManager in org.axonframework.config
Methods in org.axonframework.config that return AbstractSagaManagerModifier and TypeMethodDescriptionSagaConfiguration.manager()Retrieve the Saga Manager in this Configuration.Method parameters in org.axonframework.config with type arguments of type AbstractSagaManagerModifier and TypeMethodDescriptionSagaConfigurer.configureSagaManager(Function<Configuration, AbstractSagaManager<T>> managerBuilder) Configures a Saga Manager for this Saga. -
Uses of AbstractSagaManager in org.axonframework.modelling.saga
Subclasses of AbstractSagaManager in org.axonframework.modelling.sagaModifier and TypeClassDescriptionclassImplementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.