Package org.apache.pekko.stream.testkit
Class Utils
java.lang.Object
org.apache.pekko.stream.testkit.Utils
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TassertAllStagesStopped(scala.Function0<T> block, org.apache.pekko.stream.Materializer materializer) static voidassertDispatcher(org.apache.pekko.actor.ActorRef ref, String dispatcher) static com.typesafe.config.ConfigSets the default-mailbox to the usualpekko.dispatch.UnboundedMailboxinstead ofStreamTestDefaultMailbox.
- 
Constructor Details- 
Utilspublic Utils()
 
- 
- 
Method Details- 
UnboundedMailboxConfigpublic static com.typesafe.config.Config UnboundedMailboxConfig()Sets the default-mailbox to the usualpekko.dispatch.UnboundedMailboxinstead ofStreamTestDefaultMailbox.
- 
assertAllStagesStoppedpublic static <T> T assertAllStagesStopped(scala.Function0<T> block, org.apache.pekko.stream.Materializer materializer) 
- 
assertDispatcher
 
-