Packages

object CassandraSessionRegistry

This Cassandra session registry makes it possible to share Cassandra sessions between multiple use sites in the same ActorSystem (important for the Cassandra Pekko Persistence plugin where it is shared between journal, query plugin and snapshot plugin)

Source
CassandraSessionRegistry.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraSessionRegistry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def get(system: ActorSystem): CassandraSessionRegistry

    Get the session registry with the classic actors API.

  2. def get(system: ClassicActorSystemProvider): CassandraSessionRegistry

    Get the session registry with new actors API.