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

    Modifier and Type
    Method
    Description
    org.apache.pekko.protobufv3.internal.ByteString
    required bytes delta = 1;
    boolean
    required bytes delta = 1;

    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

    • 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.