Interface ClusterMessages.ReceptionistEntryOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterMessages.ReceptionistEntry, ClusterMessages.ReceptionistEntry.Builder
Enclosing class:
ClusterMessages

public static interface ClusterMessages.ReceptionistEntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required string actorRef = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string actorRef = 1;
    long
    optional int64 createdTimestamp = 3;
    long
    required uint64 systemUid = 2;
    boolean
    required string actorRef = 1;
    boolean
    optional int64 createdTimestamp = 3;
    boolean
    required uint64 systemUid = 2;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasActorRef

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

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

      org.apache.pekko.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.