Package akka.testkit

Class TestActors$


  • public class TestActors$
    extends java.lang.Object
    A collection of common actor patterns used in tests.
    • Field Detail

      • MODULE$

        public static final TestActors$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TestActors$

        public TestActors$()
    • Method Detail

      • echoActorProps

        public Props echoActorProps()
      • blackholeProps

        public Props blackholeProps()
      • forwardActorProps

        public Props forwardActorProps​(ActorRef ref)