Package org.apache.pekko.stream.testkit
Class Utils$
java.lang.Object
org.apache.pekko.stream.testkit.Utils$
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> TassertAllStagesStopped(scala.Function0<T> block, org.apache.pekko.stream.Materializer materializer) voidassertDispatcher(org.apache.pekko.actor.ActorRef ref, String dispatcher) com.typesafe.config.ConfigSets the default-mailbox to the usualpekko.dispatch.UnboundedMailboxinstead ofStreamTestDefaultMailbox.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Utils$public Utils$()
 
- 
- 
Method Details- 
UnboundedMailboxConfigpublic com.typesafe.config.Config UnboundedMailboxConfig()Sets the default-mailbox to the usualpekko.dispatch.UnboundedMailboxinstead ofStreamTestDefaultMailbox.
- 
assertAllStagesStoppedpublic <T> T assertAllStagesStopped(scala.Function0<T> block, org.apache.pekko.stream.Materializer materializer) 
- 
assertDispatcher
 
-