public final class RemoteActorSystems extends Object
| Constructor and Description |
|---|
RemoteActorSystems(List<org.elasticsoftware.elasticactors.RemoteActorSystemConfiguration> remoteConfigurations,
SerializationFrameworks serializationFrameworks,
MessageQueueFactoryFactory messageQueueFactoryFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
RemoteActorSystemInstance |
get(String actorSystemName) |
RemoteActorSystemInstance |
get(String clusterName,
String actorSystemName) |
void |
init() |
public RemoteActorSystems(List<org.elasticsoftware.elasticactors.RemoteActorSystemConfiguration> remoteConfigurations, SerializationFrameworks serializationFrameworks, MessageQueueFactoryFactory messageQueueFactoryFactory)
@PostConstruct public void init()
@PreDestroy public void destroy()
public RemoteActorSystemInstance get(String clusterName, String actorSystemName)
public RemoteActorSystemInstance get(String actorSystemName)
Copyright © 2021. All rights reserved.