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