R2dbcExecutor

akka.persistence.r2dbc.internal.R2dbcExecutor$
See theR2dbcExecutor companion class
@InternalStableApi

INTERNAL API

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final implicit class PublisherOps[T](val publisher: Publisher[T]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def selectInTx[A](statement: Statement, mapRow: Row => A)(implicit ec: ExecutionContext, system: ActorSystem[_]): Future[IndexedSeq[A]]
def selectOneInTx[A](statement: Statement, mapRow: Row => A)(implicit ec: ExecutionContext, system: ActorSystem[_]): Future[Option[A]]
def updateBatchInTx(stmt: Statement)(implicit ec: ExecutionContext): Future[Long]
def updateInTx(statements: IndexedSeq[Statement])(implicit ec: ExecutionContext): Future[IndexedSeq[Long]]
def updateOneInTx(stmt: Statement)(implicit ec: ExecutionContext): Future[Long]

Implicits

Implicits

final implicit def PublisherOps[T](publisher: Publisher[T]): PublisherOps[T]