Class TestActorSystem
- java.lang.Object
-
- org.elasticsoftware.elasticactors.test.TestActorSystem
-
public final class TestActorSystem extends Object
- Author:
- Joost van de Wijgerd
-
-
Constructor Summary
Constructors Constructor Description TestActorSystem()TestActorSystem(Class customConfigurationClass)TestActorSystem(Class customConfigurationClass, boolean ignoreDefaultConfigClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()org.elasticsoftware.elasticactors.ActorSystemgetActorSystem()org.elasticsoftware.elasticactors.ActorSystemgetActorSystem(String name)org.elasticsoftware.elasticactors.ActorSystemgetRemoteActorSystem()voidinitialize()
-
-
-
Method Detail
-
getActorSystem
public org.elasticsoftware.elasticactors.ActorSystem getActorSystem()
-
getActorSystem
public org.elasticsoftware.elasticactors.ActorSystem getActorSystem(String name)
-
getRemoteActorSystem
public org.elasticsoftware.elasticactors.ActorSystem getRemoteActorSystem()
-
initialize
@PostConstruct public void initialize()
-
destroy
@PreDestroy public void destroy()
-
-