Interface ClusterShardingMessages.ActorRefMessageOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.ActorRefMessage,ClusterShardingMessages.ActorRefMessage.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.ActorRefMessageOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
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
-
hasRef
boolean hasRef()required string ref = 1;- Returns:
- Whether the ref field is set.
-
getRef
String getRef()required string ref = 1;- Returns:
- The ref.
-
getRefBytes
org.apache.pekko.protobufv3.internal.ByteString getRefBytes()required string ref = 1;- Returns:
- The bytes for ref.
-