| Package | Description | 
|---|---|
| org.axonframework.eventhandling.saga | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MetaDataAssociationResolver
Used to derive the value of an association property by looking it up the event message's
  
MetaData. | 
class  | 
PayloadAssociationResolver
Used to derive the value of an association property by looking it up the event message's payload. 
 | 
| Constructor and Description | 
|---|
SagaMethodMessageHandlingMember(MessageHandlingMember<T> delegate,
                               SagaCreationPolicy creationPolicy,
                               String associationKey,
                               String associationPropertyName,
                               AssociationResolver associationResolver,
                               boolean endingHandler)
Creates a SagaMethodMessageHandler. 
 | 
Copyright © 2010–2018. All rights reserved.