Interface WireFormats.DaemonMsgCreateDataOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
WireFormats.DaemonMsgCreateData, WireFormats.DaemonMsgCreateData.Builder
Enclosing class:
WireFormats

public static interface WireFormats.DaemonMsgCreateDataOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • hasProps

      boolean hasProps()
      required .PropsData props = 1;
      Returns:
      Whether the props field is set.
    • getProps

      required .PropsData props = 1;
      Returns:
      The props.
    • getPropsOrBuilder

      WireFormats.PropsDataOrBuilder getPropsOrBuilder()
      required .PropsData props = 1;
    • hasDeploy

      boolean hasDeploy()
      required .DeployData deploy = 2;
      Returns:
      Whether the deploy field is set.
    • getDeploy

      required .DeployData deploy = 2;
      Returns:
      The deploy.
    • getDeployOrBuilder

      WireFormats.DeployDataOrBuilder getDeployOrBuilder()
      required .DeployData deploy = 2;
    • hasPath

      boolean hasPath()
      required string path = 3;
      Returns:
      Whether the path field is set.
    • getPath

      String getPath()
      required string path = 3;
      Returns:
      The path.
    • getPathBytes

      org.apache.pekko.protobufv3.internal.ByteString getPathBytes()
      required string path = 3;
      Returns:
      The bytes for path.
    • hasSupervisor

      boolean hasSupervisor()
      required .ActorRefData supervisor = 4;
      Returns:
      Whether the supervisor field is set.
    • getSupervisor

      WireFormats.ActorRefData getSupervisor()
      required .ActorRefData supervisor = 4;
      Returns:
      The supervisor.
    • getSupervisorOrBuilder

      WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
      required .ActorRefData supervisor = 4;