Uses of Class
io.vertx.rxjava.core.Context
-
-
Uses of Context in io.vertx.rxjava.core
Fields in io.vertx.rxjava.core with type parameters of type Context Modifier and Type Field Description static TypeArg<Context>
Context. __TYPE_ARG
Methods in io.vertx.rxjava.core that return Context Modifier and Type Method Description static Context
Vertx. currentContext()
Gets the current contextContext
Context. exceptionHandler(Handler<Throwable> handler)
Set an exception handler called when the context runs an action throwing an uncaught throwable.Context
Vertx. getOrCreateContext()
Gets the current context, or creates one if there isn't onestatic Context
Context. newInstance(Context arg)
Methods in io.vertx.rxjava.core with parameters of type Context Modifier and Type Method Description static rx.Scheduler
RxHelper. scheduler(Context context)
Create a scheduler for aContext
, actions are executed on the event loop of this context.static rx.plugins.RxJavaSchedulersHook
RxHelper. schedulerHook(Context context)
Create a scheduler hook for aContext
object. -
Uses of Context in io.vertx.rxjava.db2client
Method parameters in io.vertx.rxjava.db2client with type arguments of type Context Modifier and Type Method Description DB2Pool
DB2Pool. connectionProvider(Function<Context,Future<SqlConnection>> provider)
-
Uses of Context in io.vertx.rxjava.mssqlclient
Method parameters in io.vertx.rxjava.mssqlclient with type arguments of type Context Modifier and Type Method Description MSSQLPool
MSSQLPool. connectionProvider(Function<Context,Future<SqlConnection>> provider)
-
Uses of Context in io.vertx.rxjava.mysqlclient
Method parameters in io.vertx.rxjava.mysqlclient with type arguments of type Context Modifier and Type Method Description MySQLPool
MySQLPool. connectionProvider(Function<Context,Future<SqlConnection>> provider)
-
Uses of Context in io.vertx.rxjava.oracleclient
Method parameters in io.vertx.rxjava.oracleclient with type arguments of type Context Modifier and Type Method Description OraclePool
OraclePool. connectionProvider(Function<Context,Future<SqlConnection>> provider)
-
Uses of Context in io.vertx.rxjava.pgclient
Method parameters in io.vertx.rxjava.pgclient with type arguments of type Context Modifier and Type Method Description PgPool
PgPool. connectionProvider(Function<Context,Future<SqlConnection>> provider)
-
Uses of Context in io.vertx.rxjava.sqlclient
Method parameters in io.vertx.rxjava.sqlclient with type arguments of type Context Modifier and Type Method Description Pool
Pool. connectionProvider(Function<Context,Future<SqlConnection>> provider)
Deprecated.
-