Package akka.testkit.javadsl
Class TestKit$
- java.lang.Object
-
- akka.testkit.javadsl.TestKit$
-
public class TestKit$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestKit$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shutdownActorSystem(ActorSystem actorSystem)
Shut down an actor system and wait for termination.void
shutdownActorSystem(ActorSystem actorSystem, boolean verifySystemShutdown)
Shut down an actor system and wait for termination.void
shutdownActorSystem(ActorSystem actorSystem, scala.concurrent.duration.Duration duration)
Shut down an actor system and wait for termination.void
shutdownActorSystem(ActorSystem actorSystem, scala.concurrent.duration.Duration duration, boolean verifySystemShutdown)
Shut down an actor system and wait for termination.
-
-
-
Field Detail
-
MODULE$
public static final TestKit$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
shutdownActorSystem
public void shutdownActorSystem(ActorSystem actorSystem, scala.concurrent.duration.Duration duration, boolean verifySystemShutdown)
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.If verifySystemShutdown is true, then an exception will be thrown on failure.
-
shutdownActorSystem
public void shutdownActorSystem(ActorSystem actorSystem)
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.
-
shutdownActorSystem
public void shutdownActorSystem(ActorSystem actorSystem, scala.concurrent.duration.Duration duration)
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.
-
shutdownActorSystem
public void shutdownActorSystem(ActorSystem actorSystem, boolean verifySystemShutdown)
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.If verifySystemShutdown is true, then an exception will be thrown on failure.
-
-