Class TestSource$
java.lang.Object
org.apache.pekko.stream.testkit.javadsl.TestSource$
Java API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final TestSource$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
probeA Source that materializes to apekko.stream.testkit.TestPublisher.Probe.
- 
createA Source that materializes to apekko.stream.testkit.TestPublisher.Probe.
 
-