Package org.axonframework.upcasting

Interface Summary
Upcaster<T> Interface for Upcasters.
UpcasterAware Interface indicating that the implementing mechanism is aware of Upcasters.
UpcasterChain Represents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload.
 

Class Summary
AbstractUpcasterChain Abstract implementation of the UpcasterChain interface.
LazyUpcasterChain UpcasterChain implementation that delays the actual upcasting until the data inside the returned SerializedObject is actually fetched.
SimpleUpcasterChain Represents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload.
UpcastSerializedDomainEventData<T> SerializedDomainEventData implementation that can be used to duplicate existing SerializedDomainEventData instances after upcasting a payload.
 



Copyright © 2010-2012. All Rights Reserved.