Class TestConductorExt

  • All Implemented Interfaces:
    Extension, Conductor, Player

    public class TestConductorExt
    extends java.lang.Object
    implements Extension, Conductor, Player
    This binds together the Conductor and Player roles inside an Akka Extension. Please follow the aforementioned links for more information.

    ====Note==== This extension requires the akka.actor.provider to be a RemoteActorRefProvider.

    To use blackhole, passThrough, and throttle you must activate the failure injector and throttler transport adapters by specifying testTransport(on = true) in your MultiNodeConfig.

    • Method Detail

      • address

        public Address address()
        Transport address of this Netty-like remote transport.
      • transport

        public akka.remote.RemoteTransport transport()
        Remote transport used by the actor ref provider.