Class TestActors$

java.lang.Object
org.apache.pekko.testkit.TestActors$

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

    • MODULE$

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

    • TestActors$

      public TestActors$()
  • Method Details

    • echoActorProps

      public Props echoActorProps()
    • blackholeProps

      public Props blackholeProps()
    • forwardActorProps

      public Props forwardActorProps(ActorRef ref)