public static interface SystemMessageFormats.SuperviseDataOrBuilder
extends akka.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsync()
required bool async = 2; |
ContainerFormats.ActorRef |
getChild()
required .ActorRef child = 1; |
ContainerFormats.ActorRefOrBuilder |
getChildOrBuilder()
required .ActorRef child = 1; |
boolean |
hasAsync()
required bool async = 2; |
boolean |
hasChild()
required .ActorRef child = 1; |
boolean hasChild()
required .ActorRef child = 1;ContainerFormats.ActorRef getChild()
required .ActorRef child = 1;ContainerFormats.ActorRefOrBuilder getChildOrBuilder()
required .ActorRef child = 1;boolean hasAsync()
required bool async = 2;boolean getAsync()
required bool async = 2;