Package akka.remote.testconductor
Class TestConductorExt
- java.lang.Object
-
- akka.remote.testconductor.TestConductorExt
-
public class TestConductorExt extends java.lang.Object implements Extension, Conductor, Player
This binds together theConductorandPlayerroles inside an AkkaExtension. Please follow the aforementioned links for more information.====Note==== This extension requires the
akka.actor.providerto be aRemoteActorRefProvider.To use
blackhole,passThrough, andthrottleyou must activate the failure injector and throttler transport adapters by specifyingtestTransport(on = true)in your MultiNodeConfig.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTestConductorExt.SettingsclassTestConductorExt.Settings$-
Nested classes/interfaces inherited from interface akka.remote.testconductor.Player
Player.Waiter
-
-
Constructor Summary
Constructors Constructor Description TestConductorExt(ExtendedActorSystem system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Addressaddress()Transport address of this Netty-like remote transport.TestConductorExt.Settings$Settings()ExtendedActorSystemsystem()akka.remote.RemoteTransporttransport()Remote transport used by the actor ref provider.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.remote.testconductor.Conductor
_controller_$eq, abort, blackhole, controller, disconnect, exit, getNodes, passThrough, removeNode, requireTestConductorTranport, shutdown, shutdown, sockAddr, startController, throttle
-
Methods inherited from interface akka.remote.testconductor.Player
_client_$eq, client, enter, enter, getAddressFor, startClient
-
-
-
-
Constructor Detail
-
TestConductorExt
public TestConductorExt(ExtendedActorSystem system)
-
-
Method Detail
-
Settings
public TestConductorExt.Settings$ Settings()
-
address
public Address address()
Transport address of this Netty-like remote transport.
-
system
public ExtendedActorSystem system()
-
transport
public akka.remote.RemoteTransport transport()
Remote transport used by the actor ref provider.
-
-