Package akka.remote

Interface ContainerFormats.WatcherHeartbeatResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getUid()
      required uint64 uid = 1;
      boolean hasUid()
      required uint64 uid = 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

      • hasUid

        boolean hasUid()
        required uint64 uid = 1;
        Returns:
        Whether the uid field is set.
      • getUid

        long getUid()
        required uint64 uid = 1;
        Returns:
        The uid.