Uses of Interface
org.axonframework.modelling.saga.AssociationResolver
Packages that use AssociationResolver
-
Uses of AssociationResolver in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga that implement AssociationResolverModifier and TypeClassDescriptionclassUsed to derive the value of an association property by looking it up the event message'sMetaData.classUsed to derive the value of an association property by looking it up the event message's payload.Constructors in org.axonframework.modelling.saga with parameters of type AssociationResolverModifierConstructorDescriptionSagaMethodMessageHandlingMember(MessageHandlingMember<T> delegate, SagaCreationPolicy creationPolicy, String associationKey, String associationPropertyName, AssociationResolver associationResolver) Creates a SagaMethodMessageHandler.