Uses of Class
org.axonframework.modelling.saga.AbstractSagaManager.Builder
Packages that use AbstractSagaManager.Builder
-
Uses of AbstractSagaManager.Builder in org.axonframework.modelling.saga
Subclasses of AbstractSagaManager.Builder in org.axonframework.modelling.sagaModifier and TypeClassDescriptionstatic classBuilder class to instantiate aAnnotatedSagaManager.Methods in org.axonframework.modelling.saga that return AbstractSagaManager.BuilderModifier and TypeMethodDescriptionAbstractSagaManager.Builder.listenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler) Sets theListenerInvocationErrorHandlerinvoked when an error occurs.AbstractSagaManager.Builder.sagaFactory(Supplier<T> sagaFactory) Sets thesagaFactoryof typeSupplierresponsible for creating new Saga instances.AbstractSagaManager.Builder.sagaRepository(SagaRepository<T> sagaRepository) Sets theSagaRepositoryof generic typeTused to save and load Saga instances.Sets thesagaTypeas aClassmanaged by this instance.AbstractSagaManager.Builder.spanFactory(SagaManagerSpanFactory spanFactory) Sets theSagaManagerSpanFactoryimplementation to use for providing tracing capabilities.AbstractSagaManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.Constructors in org.axonframework.modelling.saga with parameters of type AbstractSagaManager.BuilderModifierConstructorDescriptionprotectedAbstractSagaManager(AbstractSagaManager.Builder<T> builder) Instantiate aAbstractSagaManagerbased on the fields contained in theAbstractSagaManager.Builder.
invalid input: 'instead as it provides more configuration options.'