Packages

object CouchbaseSessionRegistry extends ExtensionId[CouchbaseSessionRegistry] with ExtensionIdProvider

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

Source
CouchbaseSessionRegistry.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CouchbaseSessionRegistry
  2. ExtensionIdProvider
  3. ExtensionId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(system: ClassicActorSystemProvider): CouchbaseSessionRegistry
    Definition Classes
    ExtensionId
  2. def apply(system: ActorSystem): CouchbaseSessionRegistry
    Definition Classes
    ExtensionId
  3. def createExtension(system: ExtendedActorSystem): CouchbaseSessionRegistry
    Definition Classes
    CouchbaseSessionRegistry → ExtensionId
  4. final def equals(other: Any): Boolean
    Definition Classes
    ExtensionId → AnyRef → Any
  5. def get(system: ActorSystem): CouchbaseSessionRegistry

    Java API: Get the session registry with the classic actors API.

    Java API: Get the session registry with the classic actors API.

    Definition Classes
    CouchbaseSessionRegistry → ExtensionId
  6. def get(system: ClassicActorSystemProvider): CouchbaseSessionRegistry

    Java API: Get the session registry with new actors API.

    Java API: Get the session registry with new actors API.

    Definition Classes
    CouchbaseSessionRegistry → ExtensionId
  7. final def hashCode(): Int
    Definition Classes
    ExtensionId → AnyRef → Any
  8. def lookup: ExtensionId[CouchbaseSessionRegistry]
    Definition Classes
    CouchbaseSessionRegistry → ExtensionIdProvider