S - a generic specifying the Saga typepublic interface SagaConfiguration<S>
| Modifier and Type | Method and Description |
|---|---|
<T extends org.axonframework.eventhandling.EventProcessor> |
eventProcessor()
Gets the
EventProcessor responsible for delivering events to this Saga. |
org.axonframework.eventhandling.ListenerInvocationErrorHandler |
listenerInvocationErrorHandler()
Retrieve the Saga's
ListenerInvocationErrorHandler. |
org.axonframework.modelling.saga.AbstractSagaManager<S> |
manager()
Retrieve the Saga Manager in this Configuration.
|
String |
processingGroup()
Gets the Processing Group this Saga is assigned to.
|
org.axonframework.modelling.saga.SagaRepository<S> |
repository()
Retrieve the
SagaRepository in this Configuration. |
org.axonframework.modelling.saga.repository.SagaStore<? super S> |
store()
Retrieve the
SagaStore in this Configuration. |
Class<S> |
type()
Gets the Saga Type.
|
org.axonframework.modelling.saga.AbstractSagaManager<S> manager()
org.axonframework.modelling.saga.SagaRepository<S> repository()
SagaRepository in this Configuration.SagaRepository in this Configurationorg.axonframework.modelling.saga.repository.SagaStore<? super S> store()
SagaStore in this Configuration.SagaStore in this Configurationorg.axonframework.eventhandling.ListenerInvocationErrorHandler listenerInvocationErrorHandler()
ListenerInvocationErrorHandler.ListenerInvocationErrorHandler<T extends org.axonframework.eventhandling.EventProcessor> T eventProcessor()
EventProcessor responsible for delivering events to this Saga.T - the type of the EventProcessorEventProcessor for this SagaString processingGroup()
Copyright © 2010–2023. All rights reserved.