Interface InternalActorSystemConfiguration
-
- All Superinterfaces:
ActorSystemConfiguration
public interface InternalActorSystemConfiguration extends ActorSystemConfiguration
- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends RemoteActorSystemConfiguration>getRemoteConfigurations()Return the remote configurationsElasticActor<?>getService(String serviceId)Return the singleton service instanceSet<String>getServices()return a list of service actor id's-
Methods inherited from interface org.elasticsoftware.elasticactors.ActorSystemConfiguration
getMultiQueueHashSeed, getName, getNumberOfShards, getProperty, getProperty, getQueuesPerNode, getQueuesPerShard, getRequiredProperty, getShardDistributionHashSeed, getShardHashSeed, getVersion
-
-
-
-
Method Detail
-
getService
ElasticActor<?> getService(String serviceId)
Return the singleton service instance- Parameters:
serviceId-- Returns:
-
getRemoteConfigurations
List<? extends RemoteActorSystemConfiguration> getRemoteConfigurations()
Return the remote configurations- Returns:
-
-