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