Packages

package process

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ProcessConfig extends AnyRef
  2. case class ProcessId(s: String) extends Product with Serializable
  3. trait RemoteShutdownCommand extends AnyRef
  4. trait SpawnProcessCommand extends AnyRef

Value Members

  1. object DockerElasticSupport
  2. object LocalShellElasticSupport
  3. 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.

  4. object SecureShellElasticSupport

Ungrouped