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 Summary

    Modifier and Type
    Method
    Description
    boolean
    required bool async = 2;
    required .ActorRef child = 1;
    required .ActorRef child = 1;
    boolean
    required bool async = 2;
    boolean
    required .ActorRef child = 1;

    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 Details

    • hasChild

      boolean hasChild()
      required .ActorRef child = 1;
      Returns:
      Whether the child field is set.
    • getChild

      required .ActorRef child = 1;
      Returns:
      The child.
    • getChildOrBuilder

      required .ActorRef child = 1;
    • hasAsync

      boolean hasAsync()
      required bool async = 2;
      Returns:
      Whether the async field is set.
    • getAsync

      boolean getAsync()
      required bool async = 2;
      Returns:
      The async.