Class TestActors

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

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

    • TestActors

      public TestActors()
  • Method Details

    • echoActorProps

      public static Props echoActorProps()
    • blackholeProps

      public static Props blackholeProps()
    • forwardActorProps

      public static Props forwardActorProps(ActorRef ref)