Package org.apache.pekko.stream.testkit
Class Utils$
java.lang.Object
org.apache.pekko.stream.testkit.Utils$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
assertAllStagesStopped
(scala.Function0<T> block, org.apache.pekko.stream.Materializer materializer) void
assertDispatcher
(org.apache.pekko.actor.ActorRef ref, String dispatcher) com.typesafe.config.Config
Sets the default-mailbox to the usualpekko.dispatch.UnboundedMailbox
instead ofStreamTestDefaultMailbox
.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Utils$
public Utils$()
-
-
Method Details
-
UnboundedMailboxConfig
public com.typesafe.config.Config UnboundedMailboxConfig()Sets the default-mailbox to the usualpekko.dispatch.UnboundedMailbox
instead ofStreamTestDefaultMailbox
. -
assertAllStagesStopped
public <T> T assertAllStagesStopped(scala.Function0<T> block, org.apache.pekko.stream.Materializer materializer) -
assertDispatcher
-