Package akka.testkit

Class TestActors


  • public class TestActors
    extends java.lang.Object
    EchoActor sends back received messages (unmodified).
    • Constructor Detail

      • TestActors

        public TestActors()
    • Method Detail

      • echoActorProps

        public static Props echoActorProps()
      • blackholeProps

        public static Props blackholeProps()
      • forwardActorProps

        public static Props forwardActorProps​(ActorRef ref)