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 TypeMethodDescriptionrequired string actorRef = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string actorRef = 1;longoptional int64 createdTimestamp = 3;longrequired uint64 systemUid = 2;booleanrequired string actorRef = 1;booleanoptional int64 createdTimestamp = 3;booleanrequired uint64 systemUid = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods 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.
-