public final class TestActorSystem extends Object
| Constructor and Description |
|---|
TestActorSystem() |
TestActorSystem(Class customConfigurationClass) |
TestActorSystem(Class customConfigurationClass,
boolean ignoreDefaultConfigClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.elasticsoftware.elasticactors.ActorSystem |
getActorSystem() |
org.elasticsoftware.elasticactors.ActorSystem |
getActorSystem(String name) |
org.elasticsoftware.elasticactors.ActorSystem |
getRemoteActorSystem() |
void |
initialize() |
public TestActorSystem()
public TestActorSystem(Class customConfigurationClass)
public TestActorSystem(Class customConfigurationClass, boolean ignoreDefaultConfigClass)
public org.elasticsoftware.elasticactors.ActorSystem getActorSystem()
public org.elasticsoftware.elasticactors.ActorSystem getActorSystem(String name)
public org.elasticsoftware.elasticactors.ActorSystem getRemoteActorSystem()
@PostConstruct public void initialize()
@PreDestroy public void destroy()
Copyright © 2021. All rights reserved.