|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SagaCreationPolicy | |
|---|---|
| org.axonframework.saga | |
| org.axonframework.saga.annotation | |
| Uses of SagaCreationPolicy in org.axonframework.saga |
|---|
| Methods in org.axonframework.saga that return SagaCreationPolicy | |
|---|---|
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. |
| Constructors in org.axonframework.saga with parameters of type SagaCreationPolicy | |
|---|---|
SagaInitializationPolicy(SagaCreationPolicy creationPolicy,
AssociationValue initialAssociationValue)
Creates an instance using the given creationPolicy and initialAssociationValue. |
|
| Uses of SagaCreationPolicy in org.axonframework.saga.annotation |
|---|
| Methods in org.axonframework.saga.annotation that return SagaCreationPolicy | |
|---|---|
SagaCreationPolicy |
SagaMethodMessageHandler.getCreationPolicy()
Returns the creation policy of the inspected method. |
| Constructors in org.axonframework.saga.annotation with parameters of type SagaCreationPolicy | |
|---|---|
SagaMethodMessageHandler(SagaCreationPolicy creationPolicy,
MethodMessageHandler handler,
String associationKey,
String associationPropertyName,
Property associationProperty)
Creates a SagaMethodMessageHandler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||