Interface ReplicatedEventSourcing.CounterOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedEventSourcing.Counter,ReplicatedEventSourcing.Counter.Builder
- Enclosing class:
- ReplicatedEventSourcing
public static interface ReplicatedEventSourcing.CounterOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
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
-
hasValue
boolean hasValue()required bytes value = 1;- Returns:
- Whether the value field is set.
-
getValue
org.apache.pekko.protobufv3.internal.ByteString getValue()required bytes value = 1;- Returns:
- The value.
-