Uses of Interface
org.axonframework.saga.AssociationValues

Packages that use AssociationValues
org.axonframework.saga   
org.axonframework.saga.annotation   
 

Uses of AssociationValues in org.axonframework.saga
 

Methods in org.axonframework.saga that return AssociationValues
 AssociationValues Saga.getAssociationValues()
          Returns a view on the Association Values for this saga instance.
 

Uses of AssociationValues in org.axonframework.saga.annotation
 

Classes in org.axonframework.saga.annotation that implement AssociationValues
 class AssociationValuesImpl
          Default implementation of the AssociationValues interface.
 

Methods in org.axonframework.saga.annotation that return AssociationValues
 AssociationValues AbstractAnnotatedSaga.getAssociationValues()
           
 



Copyright © 2010-2016. All Rights Reserved.