akka.persistence.r2dbc.internal

Members list

Concise view

Type members

Classlikes

@InternalStableApi

INTERNAL API

INTERNAL API

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
@InternalStableApi
class R2dbcExecutor(val connectionFactory: ConnectionFactory, log: Logger, logDbCallsExceeding: FiniteDuration)(implicit ec: ExecutionContext, system: ActorSystem[_])

INTERNAL API:

INTERNAL API:

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
@InternalStableApi
object Sql

INTERNAL API: Utility to format SQL strings. Replaces ? with numbered $1, $2 for bind parameters. Trims whitespace, including line breaks.

INTERNAL API: Utility to format SQL strings. Replaces ? with numbered $1, $2 for bind parameters. Trims whitespace, including line breaks.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sql.type