esw.agent.pekko.app.process
package esw.agent.pekko.app.process
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class ProcessManager(locationService: LocationService, versionManager: VersionManager, processExecutor: ProcessExecutor, agentSettings: AgentSettings)(implicit system: ActorSystem[_], log: Logger)
This class provides methods to manage various processes that will be spawned/killed using Agent App.
This class provides methods to manage various processes that will be spawned/killed using Agent App.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
This class is central utility which write output of various processes that were spawned by Agent App to the console.
This class is central utility which write output of various processes that were spawned by Agent App to the console.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ProcessOutput
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProcessOutput.type
object ProcessUtils
This object allows verification of native CLI applications whether they are installed or not. It prevents unnecessary command not found
error.
This object allows verification of native CLI applications whether they are installed or not. It prevents unnecessary command not found
error.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProcessUtils.type
In this article