Interface ActorProcess.Builder

  • Method Details

    • name

      The name of the process as it appears in the system.

      Parameters:
      name - The name of the process as it appears in the system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • path

      The full file path to the process executable on the system.

      Parameters:
      path - The full file path to the process executable on the system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sha256

      ActorProcess.Builder sha256(String sha256)

      The SHA256 hash of the process executable file, which can be used for identification and verification purposes.

      Parameters:
      sha256 - The SHA256 hash of the process executable file, which can be used for identification and verification purposes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.