Package org.apache.pekko.remote
Interface SystemMessageFormats.FailedDataOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
SystemMessageFormats.FailedData,SystemMessageFormats.FailedData.Builder
- Enclosing class:
- SystemMessageFormats
public static interface SystemMessageFormats.FailedDataOrBuilder
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
-
hasChild
boolean hasChild()required .ActorRef child = 1;- Returns:
- Whether the child field is set.
-
getChild
ContainerFormats.ActorRef getChild()required .ActorRef child = 1;- Returns:
- The child.
-
getChildOrBuilder
ContainerFormats.ActorRefOrBuilder getChildOrBuilder()required .ActorRef child = 1; -
hasUid
boolean hasUid()required uint64 uid = 2;- Returns:
- Whether the uid field is set.
-
getUid
long getUid()required uint64 uid = 2;- Returns:
- The uid.
-