Package akka.persistence
Interface SnapshotStoreCapabilityFlags
- 
- All Superinterfaces:
- CapabilityFlags
 - All Known Implementing Classes:
- JavaSnapshotStoreSpec,- SnapshotStoreSpec
 
 public interface SnapshotStoreCapabilityFlags extends CapabilityFlags 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CapabilityFlagsupportsMetadata()Whentrueenables tests which check if the snapshot store properly stores and loads metadata (needed for replication) along with the snapshotsCapabilityFlagsupportsSerialization()Whentrueenables tests which check if the snapshot store properly serialize and deserialize snapshots.
 
- 
- 
- 
Method Detail- 
supportsMetadataCapabilityFlag supportsMetadata() Whentrueenables tests which check if the snapshot store properly stores and loads metadata (needed for replication) along with the snapshots
 - 
supportsSerializationCapabilityFlag supportsSerialization() Whentrueenables tests which check if the snapshot store properly serialize and deserialize snapshots.
 
- 
 
-