public class ActorSystemResource
extends org.junit.rules.ExternalResource
| Constructor and Description | 
|---|
| ActorSystemResource(java.lang.String name,
                   com.typesafe.config.Config additionalConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | after() | 
| void | before() | 
| protected com.typesafe.config.Config | config() | 
| protected org.apache.pekko.actor.ActorSystem | createSystem() | 
| org.apache.pekko.stream.Materializer | materializer() | 
| org.apache.pekko.actor.ActorSystem | system() | 
public ActorSystemResource(java.lang.String name,
                           com.typesafe.config.Config additionalConfig)
public void after()
after in class org.junit.rules.ExternalResourcepublic void before()
before in class org.junit.rules.ExternalResourceprotected com.typesafe.config.Config config()
protected org.apache.pekko.actor.ActorSystem createSystem()
public org.apache.pekko.stream.Materializer materializer()
public org.apache.pekko.actor.ActorSystem system()