Uses of Interface
org.axonframework.eventsourcing.Snapshotter

Packages that use Snapshotter
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.gae.eventstore   
 

Uses of Snapshotter in org.axonframework.eventsourcing
 

Classes in org.axonframework.eventsourcing that implement Snapshotter
 class AbstractSnapshotter
          Abstract implementation of the Snapshotter that uses a task executor to creates snapshots.
 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.
 

Methods in org.axonframework.eventsourcing with parameters of type Snapshotter
 void EventCountSnapshotterTrigger.setSnapshotter(Snapshotter snapshotter)
          Sets the snapshotter to notify when a snapshot needs to be taken.
 

Uses of Snapshotter in org.axonframework.gae.eventstore
 

Classes in org.axonframework.gae.eventstore that implement Snapshotter
 class GaeSnapshotter
           
 



Copyright © 2010-2016. All Rights Reserved.