TransactionalExecutionContext

case
class TransactionalExecutionContext(ec: ExecutionContext, conn: Connection) extends ExecutionContext
trait Serializable
trait Product
trait Equals
trait ExecutionContext
class Object
trait Matchable
class Any

Value members

Concrete methods

def execute(runnable: Runnable): Unit
def reportFailure(cause: Throwable): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Deprecated and Inherited methods

@deprecated(message = "preparation of ExecutionContexts will be removed", since = "2.12.0")
def prepare(): ExecutionContext
Deprecated
[Since version 2.12.0] preparation of ExecutionContexts will be removed
Inherited from
ExecutionContext