Interface ReplicatorMessages.ReadResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ReplicatorMessages.DataEnvelope getEnvelope()
      optional .akka.cluster.ddata.DataEnvelope envelope = 1;
      ReplicatorMessages.DataEnvelopeOrBuilder getEnvelopeOrBuilder()
      optional .akka.cluster.ddata.DataEnvelope envelope = 1;
      boolean hasEnvelope()
      optional .akka.cluster.ddata.DataEnvelope envelope = 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

      • hasEnvelope

        boolean hasEnvelope()
        optional .akka.cluster.ddata.DataEnvelope envelope = 1;
        Returns:
        Whether the envelope field is set.