Class ClientConfiguration
- java.lang.Object
-
- org.elasticsoftware.elasticactors.test.configuration.ClientConfiguration
-
public class ClientConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteActorSystemsclientRemoteActorSystems(List<org.elasticsoftware.elasticactors.RemoteActorSystemConfiguration> remoteConfigurations, ClientSerializationFrameworks serializationFrameworks, org.elasticsoftware.elasticactors.messaging.MessageQueueFactoryFactory remoteActorSystemMessageQueueFactoryFactory)ClientSerializationFrameworksclientSerializationFrameworks(RemoteActorShardRefFactory actorShardRefFactory, List<org.elasticsoftware.elasticactors.serialization.SerializationFramework> serializationFrameworks)org.elasticsoftware.elasticactors.messaging.MessageQueueFactoryFactorymessageQueueFactoryFactory(org.elasticsoftware.elasticactors.messaging.MessageQueueFactory localMessageQueueFactory)RemoteActorShardRefFactoryremoteActorShardRefFactory(org.springframework.context.ApplicationContext applicationContext, Integer maximumSize)
-
-
-
Method Detail
-
clientRemoteActorSystems
@Bean public RemoteActorSystems clientRemoteActorSystems(List<org.elasticsoftware.elasticactors.RemoteActorSystemConfiguration> remoteConfigurations, ClientSerializationFrameworks serializationFrameworks, org.elasticsoftware.elasticactors.messaging.MessageQueueFactoryFactory remoteActorSystemMessageQueueFactoryFactory)
-
clientSerializationFrameworks
@Bean public ClientSerializationFrameworks clientSerializationFrameworks(RemoteActorShardRefFactory actorShardRefFactory, List<org.elasticsoftware.elasticactors.serialization.SerializationFramework> serializationFrameworks)
-
remoteActorShardRefFactory
@Bean public RemoteActorShardRefFactory remoteActorShardRefFactory(org.springframework.context.ApplicationContext applicationContext, @Value("${ea.actorRefCache.maximumSize:10240}") Integer maximumSize)
-
messageQueueFactoryFactory
@Bean public org.elasticsoftware.elasticactors.messaging.MessageQueueFactoryFactory messageQueueFactoryFactory(org.elasticsoftware.elasticactors.messaging.MessageQueueFactory localMessageQueueFactory)
-
-