Package org.apache.pekko.persistence
Interface JournalCapabilityFlags
- All Superinterfaces:
CapabilityFlags
- All Known Implementing Classes:
JavaJournalPerfSpec,JavaJournalSpec,JournalPerfSpec,JournalSpec
-
Method Summary
Modifier and TypeMethodDescriptionWhentrueenables tests which check if the Journal stores and returns metadata for an eventWhentrueenables tests which check if the Journal properly rejects writes of objects which are notjava.lang.Serializable.Whentrueenables tests which check if the Journal properly serialize and deserialize events.
-
Method Details
-
supportsMetadata
CapabilityFlag supportsMetadata()Whentrueenables tests which check if the Journal stores and returns metadata for an event -
supportsRejectingNonSerializableObjects
CapabilityFlag supportsRejectingNonSerializableObjects()Whentrueenables tests which check if the Journal properly rejects writes of objects which are notjava.lang.Serializable. -
supportsSerialization
CapabilityFlag supportsSerialization()Whentrueenables tests which check if the Journal properly serialize and deserialize events.
-