Packages

object R2dbcProjectionSettings

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. R2dbcProjectionSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val DefaultConfigPath: String
  2. def apply(config: Config): R2dbcProjectionSettings

    Scala API: From custom configuration corresponding to akka.projection.r2dbc.

  3. def apply(system: ActorSystem[_]): R2dbcProjectionSettings

    Scala API: Load configuration from akka.projection.r2dbc.

  4. def create(config: Config): R2dbcProjectionSettings

    Java API: From custom configuration corresponding to akka.projection.r2dbc.

  5. def create(system: ActorSystem[_]): R2dbcProjectionSettings

    Java API: Load configuration from akka.projection.r2dbc.