Package | Description |
---|---|
org.axonframework.config |
Modifier and Type | Method and Description |
---|---|
SagaConfigurer<T> |
SagaConfigurer.configureRepository(Function<Configuration,SagaRepository<T>> repositoryBuilder)
Configures a
SagaRepository for this Saga. |
SagaConfigurer<T> |
SagaConfigurer.configureSagaManager(Function<Configuration,AbstractSagaManager<T>> managerBuilder)
Configures a Saga Manager for this Saga.
|
SagaConfigurer<T> |
SagaConfigurer.configureSagaStore(Function<Configuration,SagaStore<? super T>> storeBuilder)
Configures a
SagaStore for this Saga. |
static <T> SagaConfigurer<T> |
SagaConfigurer.forType(Class<T> sagaType)
Retrieve the
SagaConfigurer for given sagaType . |
Modifier and Type | Method and Description |
---|---|
<T> EventProcessingConfigurer |
EventProcessingModule.registerSaga(Class<T> sagaType,
Consumer<SagaConfigurer<T>> sagaConfigurer) |
<T> EventProcessingConfigurer |
EventProcessingConfigurer.registerSaga(Class<T> sagaType,
Consumer<SagaConfigurer<T>> sagaConfigurer)
Registers a Saga, allowing specific configuration to use for this Saga type.
|
Copyright © 2010–2023. All rights reserved.