Class FilteredPayload


  • public class FilteredPayload
    extends java.lang.Object
    In some use cases with projections and events by slice filtered events needs to be stored in the journal to keep the sequence numbers for a given persistence id gap free. This placeholder payload is used for those cases and serialized down to a 0-byte representation when stored in the database.

    This payload is not in general expected to show up for users but in some scenarios/queries it may.

    In the typed queries EventEnvelope this should be flagged as filtered and turned into a non-present payload by the query plugin implementations.

    • Constructor Detail

      • FilteredPayload

        public FilteredPayload()
    • Method Detail

      • productPrefix

        public static java.lang.String productPrefix()
      • productArity

        public static int productArity()
      • productElement

        public static java.lang.Object productElement​(int x$1)
      • productIterator

        public static scala.collection.Iterator<java.lang.Object> productIterator()
      • canEqual

        public static boolean canEqual​(java.lang.Object x$1)
      • hashCode

        public static int hashCode()
      • toString

        public static java.lang.String toString()
      • equals

        public abstract static boolean equals​(java.lang.Object that)
      • productElementName

        public static java.lang.String productElementName​(int n)
      • productElementNames

        public static scala.collection.Iterator<java.lang.String> productElementNames()