Class TestSource$


  • public class TestSource$
    extends java.lang.Object
    Factory methods for test sources.
    • Field Detail

      • MODULE$

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

      • TestSource$

        public TestSource$()
    • Method Detail

      • probe

        public <T> Source<T,​TestPublisher.Probe<T>> probe​(ActorSystem system)
        Deprecated.
        Use `TestSource.apply` with implicit ClassicActorSystemProvider instead of ActorSystem. Since 1.3.0.
        A Source that materializes to a pekko.stream.testkit.TestPublisher.