Interface ReplicatedEventSourcing.CounterUpdateOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedEventSourcing.CounterUpdate,ReplicatedEventSourcing.CounterUpdate.Builder
- Enclosing class:
- ReplicatedEventSourcing
public static interface ReplicatedEventSourcing.CounterUpdateOrBuilder
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
-
hasDelta
boolean hasDelta()required bytes delta = 1;- Returns:
- Whether the delta field is set.
-
getDelta
org.apache.pekko.protobufv3.internal.ByteString getDelta()required bytes delta = 1;- Returns:
- The delta.
-