Package org.apache.pekko.remote
Interface SystemMessageFormats.SuperviseDataOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- SystemMessageFormats.SuperviseData,- SystemMessageFormats.SuperviseData.Builder
 - Enclosing class:
- SystemMessageFormats
 
 public static interface SystemMessageFormats.SuperviseDataOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAsync()required bool async = 2;ContainerFormats.ActorRefgetChild()required .ActorRef child = 1;ContainerFormats.ActorRefOrBuildergetChildOrBuilder()required .ActorRef child = 1;booleanhasAsync()required bool async = 2;booleanhasChild()required .ActorRef child = 1;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasChildboolean hasChild() required .ActorRef child = 1;- Returns:
- Whether the child field is set.
 
 - 
getChildContainerFormats.ActorRef getChild() required .ActorRef child = 1;- Returns:
- The child.
 
 - 
getChildOrBuilderContainerFormats.ActorRefOrBuilder getChildOrBuilder() required .ActorRef child = 1;
 - 
hasAsyncboolean hasAsync() required bool async = 2;- Returns:
- Whether the async field is set.
 
 - 
getAsyncboolean getAsync() required bool async = 2;- Returns:
- The async.
 
 
- 
 
-