Uses of Class
org.elasticsoftware.elasticactors.configuration.CassandraSessionManager
-
Packages that use CassandraSessionManager Package Description org.elasticsoftware.elasticactors.configuration -
-
Uses of CassandraSessionManager in org.elasticsoftware.elasticactors.configuration
Methods in org.elasticsoftware.elasticactors.configuration that return CassandraSessionManager Modifier and Type Method Description CassandraSessionManagerBackplaneConfiguration. createCassandraSessionManager(org.springframework.core.env.Environment env)Methods in org.elasticsoftware.elasticactors.configuration with parameters of type CassandraSessionManager Modifier and Type Method Description ThreadBoundExecutorBackplaneConfiguration. createAsyncUpdateExecutor(org.springframework.core.env.Environment env, CassandraSessionManager cassandraSessionManager, io.micrometer.core.instrument.MeterRegistry meterRegistry, MicrometerTagCustomizer tagCustomizer)ActorSystemEventListenerRepositoryBackplaneConfiguration. getActorSystemEventListenerRepository(InternalActorSystems cluster, CassandraSessionManager cassandraSessionManager)CassandraHealthCheckBackplaneConfiguration. getHealthCheck(CassandraSessionManager cassandraSessionManager)PersistentActorRepositoryBackplaneConfiguration. getPersistentActorRepository(ThreadBoundExecutor asyncUpdateExecutor, InternalActorSystems cluster, ActorRefFactory actorRefFactory, CassandraSessionManager cassandraSessionManager, org.springframework.core.env.Environment env)ScheduledMessageRepositoryBackplaneConfiguration. getScheduledMessageRepository(InternalActorSystems cluster, ActorRefFactory actorRefFactory, CassandraSessionManager cassandraSessionManager)
-