|
||||||||||
| 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 | |
|---|---|
protected SagaCreationPolicy |
SimpleSagaManager.getSagaCreationPolicy(Class<? extends Saga> type,
EventMessage event)
|
protected abstract SagaCreationPolicy |
AbstractSagaManager.getSagaCreationPolicy(Class<? extends Saga> sagaType,
EventMessage event)
Returns the Saga Creation Policy for a Saga of the given sagaType and event. |
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. |
| 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. |
protected SagaCreationPolicy |
AnnotatedSagaManager.getSagaCreationPolicy(Class<? extends Saga> sagaType,
EventMessage event)
|
| Constructors in org.axonframework.saga.annotation with parameters of type SagaCreationPolicy | |
|---|---|
SagaMethodMessageHandler(SagaCreationPolicy creationPolicy,
MethodMessageHandler handler,
String associationKey,
Method associationProperty)
Creates a SagaMethodMessageHandler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||