Package

blended.itestsupport

docker

Permalink

package docker

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. docker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ContainerActor extends Actor with ActorLogging

    Permalink
  2. class ContainerManager extends Actor with ActorLogging with Docker

    Permalink
  3. class DependentContainerActor extends Actor with ActorLogging

    Permalink

    This is a helper Actor that works on behalf of the #ContainerManager to delay the start of a container until all linked containers have been started.

    This is a helper Actor that works on behalf of the #ContainerManager to delay the start of a container until all linked containers have been started.

    One instance of this actor is created for every defined container that has at least one container link defined. The ContainerManager propagates the ContainerStarted events. These events will be used to clear the list of containers that we are waiting for. Once the list is Empty we will send an DependenciesStarted message to the ContainerManager, so the he can start the container afterwards.

  4. trait Docker extends AnyRef

    Permalink
  5. trait DockerClientProvider extends AnyRef

    Permalink
  6. class DockerContainer extends AnyRef

    Permalink
  7. class DockerContainerHandler extends Actor with ActorLogging

    Permalink
  8. class DockerContainerMapper extends Actor with ActorLogging

    Permalink
  9. class WatchExecActor extends Actor with ActorLogging

    Permalink

Value Members

  1. object ContainerActor

    Permalink
  2. object DependentContainerActor

    Permalink
  3. object DockerClientFactory

    Permalink
  4. object WatchExec extends Product with Serializable

    Permalink
  5. object WatchExecActor

    Permalink
  6. package protocol

    Permalink
  7. implicit def tuple3NamedPort(p: (String, Int, Int)): NamedContainerPort

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped