| Package | Description | 
|---|---|
| org.axonframework.eventhandling.saga | 
| Modifier and Type | Field and Description | 
|---|---|
static SagaInitializationPolicy | 
SagaInitializationPolicy.NONE
Value indicating there is no Initialization required 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SagaInitializationPolicy | 
AnnotatedSagaManager.getSagaCreationPolicy(EventMessage<?> event)  | 
protected abstract SagaInitializationPolicy | 
AbstractSagaManager.getSagaCreationPolicy(EventMessage<?> event)
Returns the Saga Initialization Policy for a Saga of the given  
sagaType and event. | 
Copyright © 2010–2018. All rights reserved.