Interface ClusterMessages.SubjectReachabilityOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAddressIndex()
      required int32 addressIndex = 1;
      ClusterMessages.ReachabilityStatus getStatus()
      required .ReachabilityStatus status = 3;
      long getVersion()
      required int64 version = 4;
      boolean hasAddressIndex()
      required int32 addressIndex = 1;
      boolean hasStatus()
      required .ReachabilityStatus status = 3;
      boolean hasVersion()
      required int64 version = 4;
      • 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

      • hasAddressIndex

        boolean hasAddressIndex()
        required int32 addressIndex = 1;
        Returns:
        Whether the addressIndex field is set.
      • getAddressIndex

        int getAddressIndex()
        required int32 addressIndex = 1;
        Returns:
        The addressIndex.
      • hasStatus

        boolean hasStatus()
        required .ReachabilityStatus status = 3;
        Returns:
        Whether the status field is set.
      • hasVersion

        boolean hasVersion()
        required int64 version = 4;
        Returns:
        Whether the version field is set.
      • getVersion

        long getVersion()
        required int64 version = 4;
        Returns:
        The version.