Interface ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder

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

public static interface ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string replicaId = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string replicaId = 1;
    optional .VersionVector versionVector = 2;
    optional .VersionVector versionVector = 2;
    boolean
    optional string replicaId = 1;
    boolean
    optional .VersionVector versionVector = 2;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasReplicaId

      boolean hasReplicaId()
      optional string replicaId = 1;
      Returns:
      Whether the replicaId field is set.
    • getReplicaId

      String getReplicaId()
      optional string replicaId = 1;
      Returns:
      The replicaId.
    • getReplicaIdBytes

      org.apache.pekko.protobufv3.internal.ByteString getReplicaIdBytes()
      optional string replicaId = 1;
      Returns:
      The bytes for replicaId.
    • hasVersionVector

      boolean hasVersionVector()
      optional .VersionVector versionVector = 2;
      Returns:
      Whether the versionVector field is set.
    • getVersionVector

      optional .VersionVector versionVector = 2;
      Returns:
      The versionVector.
    • getVersionVectorOrBuilder

      optional .VersionVector versionVector = 2;