Interface ReplicatedEventSourcing.CounterUpdateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      akka.protobufv3.internal.ByteString getDelta()
      required bytes delta = 1;
      boolean hasDelta()
      required bytes delta = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

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

      • hasDelta

        boolean hasDelta()
        required bytes delta = 1;
        Returns:
        Whether the delta field is set.
      • getDelta

        akka.protobufv3.internal.ByteString getDelta()
        required bytes delta = 1;
        Returns:
        The delta.