Uses of Enum Class
org.axonframework.modelling.saga.SagaCreationPolicy
Packages that use SagaCreationPolicy
-
Uses of SagaCreationPolicy in org.axonframework.modelling.saga
Methods in org.axonframework.modelling.saga that return SagaCreationPolicyModifier and TypeMethodDescriptionSagaInitializationPolicy.getCreationPolicy()Returns the creation policySagaMethodMessageHandlingMember.getCreationPolicy()Returns the creation policy of the inspected method.static SagaCreationPolicyReturns the enum constant of this class with the specified name.static SagaCreationPolicy[]SagaCreationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.axonframework.modelling.saga with parameters of type SagaCreationPolicyModifierConstructorDescriptionSagaInitializationPolicy(SagaCreationPolicy creationPolicy, AssociationValue initialAssociationValue) Creates an instance using the givencreationPolicyandinitialAssociationValue.SagaMethodMessageHandlingMember(MessageHandlingMember<T> delegate, SagaCreationPolicy creationPolicy, String associationKey, String associationPropertyName, AssociationResolver associationResolver) Creates a SagaMethodMessageHandler.