Package org.apache.pekko.stream.testkit
Class TestSubscriber$
java.lang.Object
org.apache.pekko.stream.testkit.TestSubscriber$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestSubscriber$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TestSubscriber.ManualProbe<T>manualProbe(ActorSystem system) Probe that implementsSubscriberinterface.<T> TestSubscriber.Probe<T>probe(ActorSystem system)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestSubscriber$
public TestSubscriber$()
-
-
Method Details
-
manualProbe
Probe that implementsSubscriberinterface. -
probe
-