public class Utils$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static Utils$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| Utils$() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | assertAllStagesStopped(scala.Function0<T> block,
                      org.apache.pekko.stream.Materializer materializer) | 
| void | assertDispatcher(org.apache.pekko.actor.ActorRef ref,
                java.lang.String dispatcher) | 
| com.typesafe.config.Config | UnboundedMailboxConfig()Sets the default-mailbox to the usual  pekko.dispatch.UnboundedMailboxinstead ofStreamTestDefaultMailbox. | 
public static final Utils$ MODULE$
public com.typesafe.config.Config UnboundedMailboxConfig()
pekko.dispatch.UnboundedMailbox instead of StreamTestDefaultMailbox.public <T> T assertAllStagesStopped(scala.Function0<T> block,
                                    org.apache.pekko.stream.Materializer materializer)
public void assertDispatcher(org.apache.pekko.actor.ActorRef ref,
                             java.lang.String dispatcher)