Class AssociationValuesImpl

java.lang.Object
org.axonframework.modelling.saga.AssociationValuesImpl
All Implemented Interfaces:
Serializable, Iterable<AssociationValue>, AssociationValues

public class AssociationValuesImpl extends Object implements AssociationValues, Serializable
Default implementation of the AssociationValues interface. Note that this implementation is meant to be used by a single thread at a time.
Since:
0.7
Author:
Allard Buijze
See Also: