Interface ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedEventSourcing.ReplicatedEventMetadata,ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- Enclosing class:
- ReplicatedEventSourcing
public static interface ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequired bool concurrent = 4;required string originReplica = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string originReplica = 1;longrequired int64 originSequenceNr = 2;required .VersionVector versionVector = 3;required .VersionVector versionVector = 3;booleanrequired bool concurrent = 4;booleanrequired string originReplica = 1;booleanrequired int64 originSequenceNr = 2;booleanrequired .VersionVector versionVector = 3;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOriginReplica
boolean hasOriginReplica()required string originReplica = 1;- Returns:
- Whether the originReplica field is set.
-
getOriginReplica
String getOriginReplica()required string originReplica = 1;- Returns:
- The originReplica.
-
getOriginReplicaBytes
org.apache.pekko.protobufv3.internal.ByteString getOriginReplicaBytes()required string originReplica = 1;- Returns:
- The bytes for originReplica.
-
hasOriginSequenceNr
boolean hasOriginSequenceNr()required int64 originSequenceNr = 2;- Returns:
- Whether the originSequenceNr field is set.
-
getOriginSequenceNr
long getOriginSequenceNr()required int64 originSequenceNr = 2;- Returns:
- The originSequenceNr.
-
hasVersionVector
boolean hasVersionVector()required .VersionVector versionVector = 3;- Returns:
- Whether the versionVector field is set.
-
getVersionVector
ReplicatedEventSourcing.VersionVector getVersionVector()required .VersionVector versionVector = 3;- Returns:
- The versionVector.
-
getVersionVectorOrBuilder
ReplicatedEventSourcing.VersionVectorOrBuilder getVersionVectorOrBuilder()required .VersionVector versionVector = 3; -
hasConcurrent
boolean hasConcurrent()required bool concurrent = 4;- Returns:
- Whether the concurrent field is set.
-
getConcurrent
boolean getConcurrent()required bool concurrent = 4;- Returns:
- The concurrent.
-