o
org.apache.pekko.stream.connectors.couchbase
CouchbaseSessionRegistry
Companion class CouchbaseSessionRegistry
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)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CouchbaseSessionRegistry
- ExtensionIdProvider
- ExtensionId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(system: ClassicActorSystemProvider): CouchbaseSessionRegistry
- Definition Classes
- ExtensionId
- def apply(system: ActorSystem): CouchbaseSessionRegistry
- Definition Classes
- ExtensionId
- def createExtension(system: ExtendedActorSystem): CouchbaseSessionRegistry
- Definition Classes
- CouchbaseSessionRegistry → ExtensionId
- final def equals(other: Any): Boolean
- Definition Classes
- ExtensionId → AnyRef → Any
- 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
- 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
- final def hashCode(): Int
- Definition Classes
- ExtensionId → AnyRef → Any
- def lookup: ExtensionId[CouchbaseSessionRegistry]
- Definition Classes
- CouchbaseSessionRegistry → ExtensionIdProvider