public interface Snapshotter
Modifier and Type | Method and Description |
---|---|
void |
scheduleSnapshot(String typeIdentifier,
Object aggregateIdentifier)
Schedules snapshot taking for an aggregate with given
typeIdentifier and
aggregateIdentifier . |
void scheduleSnapshot(String typeIdentifier, Object aggregateIdentifier)
typeIdentifier
and
aggregateIdentifier
. The implementation may choose to process this call synchronously (i.e. in the
caller's thread), asynchronously, or ignore the call altogether.typeIdentifier
- the type of the aggregate to take the snapshot foraggregateIdentifier
- The identifier of the aggregate to take the snapshot forCopyright © 2010-2014. All Rights Reserved.