Class TestSource$
java.lang.Object
org.apache.pekko.stream.testkit.javadsl.TestSource$
Java API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestSource$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Source<T,
TestPublisher.Probe<T>> create
(ClassicActorSystemProvider system) A Source that materializes to apekko.stream.testkit.TestPublisher.Probe
.<T> Source<T,
TestPublisher.Probe<T>> probe
(ActorSystem system) A Source that materializes to apekko.stream.testkit.TestPublisher.Probe
.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestSource$
public TestSource$()
-
-
Method Details
-
probe
A Source that materializes to apekko.stream.testkit.TestPublisher.Probe
. -
create
A Source that materializes to apekko.stream.testkit.TestPublisher.Probe
.
-