package process
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ProcessConfig extends AnyRef
- case class ProcessId(s: String) extends Product with Serializable
- trait RemoteShutdownCommand extends AnyRef
- trait SpawnProcessCommand extends AnyRef
Value Members
- object DockerElasticSupport
- object LocalShellElasticSupport
- object ProcessElasticSupport
Elastic support for simple process based remote deployments
Elastic support for simple process based remote deployments
Remote processes are spawned from a list of preconfigured contexts. Interaction with the external world is done by executing processes ('shell out').
Self shutdown of workers is always done by exiting the process via an exitcode. The remote spawn and remote shutdown commands are configurable by composing in a RemoteShutdownCommand and SpawnProcessCommand instance.
- object SecureShellElasticSupport