Package akka.testkit

Class TestActors


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

      • TestActors

        public TestActors()
    • Method Detail

      • echoActorProps

        public static Props echoActorProps()
      • blackholeProps

        public static Props blackholeProps()
      • forwardActorProps

        public static Props forwardActorProps​(ActorRef ref)