| Package | Description |
|---|---|
| org.axonframework.saga | |
| org.axonframework.saga.annotation |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
SagaCreationPolicy |
SagaMethodMessageHandler.getCreationPolicy()
Returns the creation policy of the inspected method.
|
| Constructor and Description |
|---|
SagaMethodMessageHandler(SagaCreationPolicy creationPolicy,
MethodMessageHandler handler,
String associationKey,
Property associationProperty)
Creates a SagaMethodMessageHandler.
|
Copyright © 2010-2014. All Rights Reserved.