Package org.apache.pekko.stream.testkit
Class TestPublisher.Probe$
java.lang.Object
org.apache.pekko.stream.testkit.TestPublisher.Probe$
- Enclosing class:
- TestPublisher
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestPublisher.Probe$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TestPublisher.Probe<T>apply(long initialPendingRequests, ClassicActorSystemProvider system) <T> long<T> TestPublisher.Probe<T>create(long initialPendingRequests, ClassicActorSystemProvider system) JAVA API
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Probe$
public Probe$()
-
-
Method Details
-
apply
public <T> TestPublisher.Probe<T> apply(long initialPendingRequests, ClassicActorSystemProvider system) -
apply$default$1
public <T> long apply$default$1() -
create
public <T> TestPublisher.Probe<T> create(long initialPendingRequests, ClassicActorSystemProvider system) JAVA API- Since:
- 1.1.0
-