VertxExecutionContext

class VertxExecutionContext(val vertx: Vertx, val ctx: Context) extends ExecutionContext
Companion:
object
trait ExecutionContext
class Object
trait Matchable
class Any

Value members

Concrete methods

override def execute(runnable: Runnable): Unit
Definition Classes
ExecutionContext
override def reportFailure(cause: Throwable): Unit
Definition Classes
ExecutionContext

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

Concrete fields

val ctx: Context
val vertx: Vertx