| Package | Description | 
|---|---|
| org.axonframework.eventhandling.saga | 
| Modifier and Type | Method and Description | 
|---|---|
SagaCreationPolicy | 
SagaMethodMessageHandlingMember.getCreationPolicy()
Returns the creation policy of the inspected method. 
 | 
SagaCreationPolicy | 
SagaInitializationPolicy.getCreationPolicy()
Returns the creation policy 
 | 
static SagaCreationPolicy | 
SagaCreationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SagaCreationPolicy[] | 
SagaCreationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
SagaInitializationPolicy(SagaCreationPolicy creationPolicy,
                        AssociationValue initialAssociationValue)
Creates an instance using the given  
creationPolicy and initialAssociationValue. | 
SagaMethodMessageHandlingMember(MessageHandlingMember<T> delegate,
                               SagaCreationPolicy creationPolicy,
                               String associationKey,
                               String associationPropertyName,
                               AssociationResolver associationResolver,
                               boolean endingHandler)
Creates a SagaMethodMessageHandler. 
 | 
Copyright © 2010–2018. All rights reserved.