Interface ReplicatorMessages.UnsubscribeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ReplicatorMessages.OtherMessage getKey()
      required .akka.cluster.ddata.OtherMessage key = 1;
      ReplicatorMessages.OtherMessageOrBuilder getKeyOrBuilder()
      required .akka.cluster.ddata.OtherMessage key = 1;
      java.lang.String getRef()
      required string ref = 2;
      akka.protobufv3.internal.ByteString getRefBytes()
      required string ref = 2;
      boolean hasKey()
      required .akka.cluster.ddata.OtherMessage key = 1;
      boolean hasRef()
      required string ref = 2;
      • 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

      • hasKey

        boolean hasKey()
        required .akka.cluster.ddata.OtherMessage key = 1;
        Returns:
        Whether the key field is set.
      • hasRef

        boolean hasRef()
        required string ref = 2;
        Returns:
        Whether the ref field is set.
      • getRef

        java.lang.String getRef()
        required string ref = 2;
        Returns:
        The ref.
      • getRefBytes

        akka.protobufv3.internal.ByteString getRefBytes()
        required string ref = 2;
        Returns:
        The bytes for ref.