Package akka.remote

Interface WireFormats.DaemonMsgCreateDataOrBuilder

    • Method Detail

      • hasProps

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

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

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

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

        akka.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.