Uses of Class
org.axonframework.eventsourcing.AbstractSnapshotter

Packages that use AbstractSnapshotter
org.axonframework.eventsourcing Classes related to event sourcing. 
 

Uses of AbstractSnapshotter in org.axonframework.eventsourcing
 

Subclasses of AbstractSnapshotter in org.axonframework.eventsourcing
 class AggregateSnapshotter
          Implementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event.
 class SpringAggregateSnapshotter
          Implementation of the AggregateSnapshotter that eases the configuration when used within a Spring Application Context.
 



Copyright © 2010-2016. All Rights Reserved.