Interface ClusterMessages.ReceptionistEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActorRef()
      required string actorRef = 1;
      akka.protobufv3.internal.ByteString getActorRefBytes()
      required string actorRef = 1;
      long getCreatedTimestamp()
      optional int64 createdTimestamp = 3;
      long getSystemUid()
      required uint64 systemUid = 2;
      boolean hasActorRef()
      required string actorRef = 1;
      boolean hasCreatedTimestamp()
      optional int64 createdTimestamp = 3;
      boolean hasSystemUid()
      required uint64 systemUid = 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

      • hasActorRef

        boolean hasActorRef()
        required string actorRef = 1;
        Returns:
        Whether the actorRef field is set.
      • getActorRef

        java.lang.String getActorRef()
        required string actorRef = 1;
        Returns:
        The actorRef.
      • getActorRefBytes

        akka.protobufv3.internal.ByteString getActorRefBytes()
        required string actorRef = 1;
        Returns:
        The bytes for actorRef.
      • hasSystemUid

        boolean hasSystemUid()
        required uint64 systemUid = 2;
        Returns:
        Whether the systemUid field is set.
      • getSystemUid

        long getSystemUid()
        required uint64 systemUid = 2;
        Returns:
        The systemUid.
      • hasCreatedTimestamp

        boolean hasCreatedTimestamp()
        optional int64 createdTimestamp = 3;
        Returns:
        Whether the createdTimestamp field is set.
      • getCreatedTimestamp

        long getCreatedTimestamp()
        optional int64 createdTimestamp = 3;
        Returns:
        The createdTimestamp.