Uses of Interface
org.axonframework.modelling.saga.Saga
Packages that use Saga
-
Uses of Saga in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga that implement 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 SagaModifier and TypeMethodDescriptionSagaRepository.createInstance(String sagaIdentifier, Supplier<T> factoryMethod) Creates a new Saga instance.Loads a known Saga instance by its unique identifier.Methods in org.axonframework.modelling.saga with parameters of type SagaModifier and TypeMethodDescriptionDefaultSagaManagerSpanFactory.createInvokeSagaSpan(EventMessage<?> event, Class<?> sagaType, Saga<?> saga) SagaManagerSpanFactory.createInvokeSagaSpan(EventMessage<?> event, Class<?> sagaType, Saga<?> saga) Creates a span that represents the invocation of a saga. -
Uses of Saga in org.axonframework.modelling.saga.repository
Methods in org.axonframework.modelling.saga.repository that return SagaModifier and TypeMethodDescriptionLockingSagaRepository.createInstance(String sagaIdentifier, Supplier<T> factoryMethod) Creates a new Saga instance.LockingSagaRepository.doCreateInstance(String sagaIdentifier, Supplier<T> factoryMethod) Creates a new Saga instance.Loads a known Saga instance by its unique identifier.Loads a known Saga instance by its unique identifier.