Uses of Class
org.axonframework.upcasting.AbstractUpcasterChain

Packages that use AbstractUpcasterChain
org.axonframework.upcasting   
 

Uses of AbstractUpcasterChain in org.axonframework.upcasting
 

Subclasses of AbstractUpcasterChain in org.axonframework.upcasting
 class LazyUpcasterChain
          UpcasterChain implementation that delays the actual upcasting until the data inside the returned SerializedObject is actually fetched.
 class SimpleUpcasterChain
          Represents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload.
 



Copyright © 2010-2016. All Rights Reserved.