Package akka.remote

Interface WireFormats.DaemonMsgCreateDataOrBuilder

    • Method Detail

      • hasProps

        boolean hasProps()
        required .PropsData props = 1;
      • hasDeploy

        boolean hasDeploy()
        required .DeployData deploy = 2;
      • hasPath

        boolean hasPath()
        required string path = 3;
      • getPath

        java.lang.String getPath()
        required string path = 3;
      • getPathBytes

        akka.protobuf.ByteString getPathBytes()
        required string path = 3;
      • hasSupervisor

        boolean hasSupervisor()
        required .ActorRefData supervisor = 4;