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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerFormats.ActorRefgetChild()required .ActorRef child = 1;ContainerFormats.ActorRefOrBuildergetChildOrBuilder()required .ActorRef child = 1;longgetUid()required uint64 uid = 2;booleanhasChild()required .ActorRef child = 1;booleanhasUid()required uint64 uid = 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
-
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.
-
-