Uses of Class
org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
Packages that use AnnotatedSagaManager.Builder
-
Uses of AnnotatedSagaManager.Builder in org.axonframework.modelling.saga
Methods in org.axonframework.modelling.saga that return AnnotatedSagaManager.BuilderModifier and TypeMethodDescriptionstatic <T> AnnotatedSagaManager.Builder<T> AnnotatedSagaManager.builder()Instantiate a Builder to be able to create aAnnotatedSagaManager.AnnotatedSagaManager.Builder.handlerDefinition(HandlerDefinition handlerDefinition) Sets theHandlerDefinitionused to create concrete handlers for the givensagaType.AnnotatedSagaManager.Builder.listenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler) AnnotatedSagaManager.Builder.parameterResolverFactory(ParameterResolverFactory parameterResolverFactory) Sets theParameterResolverFactoryused to resolve parameters for annotated handlers for the givensagaType.AnnotatedSagaManager.Builder.sagaFactory(Supplier<T> sagaFactory) Sets theSagaModelof generic typeT, describing the structure of the Saga thisAbstractSagaManagerimplementation will manage.AnnotatedSagaManager.Builder.sagaRepository(SagaRepository<T> sagaRepository) AnnotatedSagaManager.Builder.spanFactory(SagaManagerSpanFactory spanFactory) AnnotatedSagaManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.Constructors in org.axonframework.modelling.saga with parameters of type AnnotatedSagaManager.BuilderModifierConstructorDescriptionprotectedInstantiate aAnnotatedSagaManagerbased on the fields contained in theAnnotatedSagaManager.Builder.