public class ClientConfiguration extends Object
| Constructor and Description |
|---|
ClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ClientSerializationFrameworks |
clientSerializationFrameworks(RemoteActorShardRefFactory actorShardRefFactory,
List<SerializationFramework> serializationFrameworks) |
RemoteActorShardRefFactory |
remoteActorShardRefFactory(org.springframework.context.ApplicationContext applicationContext,
Integer maximumSize) |
RemoteActorSystems |
remoteActorSystems(List<org.elasticsoftware.elasticactors.RemoteActorSystemConfiguration> remoteConfigurations,
SerializationFrameworks serializationFrameworks,
MessageQueueFactoryFactory remoteActorSystemMessageQueueFactoryFactory) |
SerializedActorStateSerializationFramework |
serializedActorStateSerializationFramework() |
@Bean public ClientSerializationFrameworks clientSerializationFrameworks(RemoteActorShardRefFactory actorShardRefFactory, List<SerializationFramework> serializationFrameworks)
@Bean public RemoteActorShardRefFactory remoteActorShardRefFactory(org.springframework.context.ApplicationContext applicationContext, @Value(value="${ea.actorRefCache.maximumSize:10240}") Integer maximumSize)
@Bean public RemoteActorSystems remoteActorSystems(List<org.elasticsoftware.elasticactors.RemoteActorSystemConfiguration> remoteConfigurations, SerializationFrameworks serializationFrameworks, MessageQueueFactoryFactory remoteActorSystemMessageQueueFactoryFactory)
@Bean public SerializedActorStateSerializationFramework serializedActorStateSerializationFramework()
Copyright © 2021. All rights reserved.