Class TestSource
java.lang.Object
org.apache.pekko.stream.testkit.scaladsl.TestSource
Factory methods for test sources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Source<T,TestPublisher.Probe<T>> apply(ClassicActorSystemProvider system) A Source that materializes to apekko.stream.testkit.TestPublisher.
-
Constructor Details
-
TestSource
public TestSource()
-
-
Method Details
-
apply
A Source that materializes to apekko.stream.testkit.TestPublisher.
-