object CqlSessionProvider
- Source
- CqlSessionProvider.scala
- Alphabetic
- By Inheritance
- CqlSessionProvider
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(system: ClassicActorSystemProvider, config: Config): CqlSessionProvider
Create a
SessionProvider
from configuration.Create a
SessionProvider
from configuration. Thesession-provider
config property defines the fully qualified class name of the SessionProvider implementation class. It may optionally have a constructor with anActorSystem
andConfig
parameter. - def apply(system: ExtendedActorSystem, config: Config): CqlSessionProvider
Create a
SessionProvider
from configuration.Create a
SessionProvider
from configuration. Thesession-provider
config property defines the fully qualified class name of the SessionProvider implementation class. It may optionally have a constructor with anActorSystem
andConfig
parameter. - def driverConfig(system: ClassicActorSystemProvider, config: Config): Config
The
Config
for thedatastax-java-driver
.The
Config
for thedatastax-java-driver
. The configuration path of the driver's configuration can be defined withdatastax-java-driver-config
property in the givenconfig
.datastax-java-driver
configuration section is also used as fallback. - def driverConfig(system: ActorSystem, config: Config): Config
The
Config
for thedatastax-java-driver
.The
Config
for thedatastax-java-driver
. The configuration path of the driver's configuration can be defined withdatastax-java-driver-config
property in the givenconfig
.datastax-java-driver
configuration section is also used as fallback.