akka.remote

testconductor

package testconductor

Visibility
  1. Public
  2. All

Type Members

  1. trait Conductor extends AnyRef

    The conductor is the one orchestrating the test: it governs the akka.remote.testconductor.Controller’s port to which all akka.remote.testconductor.Players connect, it issues commands to their akka.remote.testconductor.NetworkFailureInjector and provides support for barriers using the akka.remote.testconductor.BarrierCoordinator.

  2. sealed trait Direction extends AnyRef

  3. trait Player extends AnyRef

    The Player is the client component of the akka.remote.testconductor.TestConductorExt extension.

  4. case class RoleName(name: String) extends Product with Serializable

  5. class TestConductorExt extends Extension with Conductor with Player

    This binds together the akka.remote.testconductor.Conductor and akka.remote.testconductor.Player roles inside an Akka akka.actor.Extension.

  6. final class TestConductorProtocol extends AnyRef

Value Members

  1. object Direction

  2. object TestConductor extends ExtensionKey[TestConductorExt]

    Access to the akka.remote.testconductor.TestConductorExt extension:

Ungrouped