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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActorRef()required string actorRef = 1;org.apache.pekko.protobufv3.internal.ByteStringgetActorRefBytes()required string actorRef = 1;longgetCreatedTimestamp()optional int64 createdTimestamp = 3;longgetSystemUid()required uint64 systemUid = 2;booleanhasActorRef()required string actorRef = 1;booleanhasCreatedTimestamp()optional int64 createdTimestamp = 3;booleanhasSystemUid()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 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
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.
-
-