Interface JournalCapabilityFlags

    • Method Detail

      • supportsMetadata

        CapabilityFlag supportsMetadata()
        When true enables tests which check if the Journal stores and returns metadata for an event
      • supportsRejectingNonSerializableObjects

        CapabilityFlag supportsRejectingNonSerializableObjects()
        When true enables tests which check if the Journal properly rejects writes of objects which are not java.lang.Serializable.
      • supportsSerialization

        CapabilityFlag supportsSerialization()
        When true enables tests which check if the Journal properly serialize and deserialize events.