Interface QueryMessages.EventEnvelopeOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
QueryMessages.EventEnvelope, QueryMessages.EventEnvelope.Builder
Enclosing class:
QueryMessages

public static interface QueryMessages.EventEnvelopeOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • hasPersistenceId

      boolean hasPersistenceId()
      required string persistence_id = 1;
      Returns:
      Whether the persistenceId field is set.
    • getPersistenceId

      String getPersistenceId()
      required string persistence_id = 1;
      Returns:
      The persistenceId.
    • getPersistenceIdBytes

      org.apache.pekko.protobufv3.internal.ByteString getPersistenceIdBytes()
      required string persistence_id = 1;
      Returns:
      The bytes for persistenceId.
    • hasEntityType

      boolean hasEntityType()
      required string entity_type = 2;
      Returns:
      Whether the entityType field is set.
    • getEntityType

      String getEntityType()
      required string entity_type = 2;
      Returns:
      The entityType.
    • getEntityTypeBytes

      org.apache.pekko.protobufv3.internal.ByteString getEntityTypeBytes()
      required string entity_type = 2;
      Returns:
      The bytes for entityType.
    • hasSlice

      boolean hasSlice()
      required int32 slice = 3;
      Returns:
      Whether the slice field is set.
    • getSlice

      int getSlice()
      required int32 slice = 3;
      Returns:
      The slice.
    • hasSequenceNr

      boolean hasSequenceNr()
      required int64 sequence_nr = 4;
      Returns:
      Whether the sequenceNr field is set.
    • getSequenceNr

      long getSequenceNr()
      required int64 sequence_nr = 4;
      Returns:
      The sequenceNr.
    • hasTimestamp

      boolean hasTimestamp()
      required int64 timestamp = 5;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      long getTimestamp()
      required int64 timestamp = 5;
      Returns:
      The timestamp.
    • hasOffset

      boolean hasOffset()
      required string offset = 6;
      Returns:
      Whether the offset field is set.
    • getOffset

      String getOffset()
      required string offset = 6;
      Returns:
      The offset.
    • getOffsetBytes

      org.apache.pekko.protobufv3.internal.ByteString getOffsetBytes()
      required string offset = 6;
      Returns:
      The bytes for offset.
    • hasOffsetManifest

      boolean hasOffsetManifest()
      required string offset_manifest = 7;
      Returns:
      Whether the offsetManifest field is set.
    • getOffsetManifest

      String getOffsetManifest()
      required string offset_manifest = 7;
      Returns:
      The offsetManifest.
    • getOffsetManifestBytes

      org.apache.pekko.protobufv3.internal.ByteString getOffsetManifestBytes()
      required string offset_manifest = 7;
      Returns:
      The bytes for offsetManifest.
    • hasEvent

      boolean hasEvent()
      optional .Payload event = 8;
      Returns:
      Whether the event field is set.
    • getEvent

      optional .Payload event = 8;
      Returns:
      The event.
    • getEventOrBuilder

      optional .Payload event = 8;
    • hasMetadata

      boolean hasMetadata()
      optional .Payload metadata = 9;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      optional .Payload metadata = 9;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      ContainerFormats.PayloadOrBuilder getMetadataOrBuilder()
      optional .Payload metadata = 9;