Uses of Class
io.vertx.reactivex.core.Context
-
-
Uses of Context in io.vertx.reactivex.core
Fields in io.vertx.reactivex.core with type parameters of type Context Modifier and Type Field Description static TypeArg<Context>Context. __TYPE_ARGMethods in io.vertx.reactivex.core that return Context Modifier and Type Method Description static ContextVertx. currentContext()Gets the current contextContextContext. exceptionHandler(Handler<Throwable> handler)Set an exception handler called when the context runs an action throwing an uncaught throwable.ContextVertx. getOrCreateContext()Gets the current context, or creates one if there isn't onestatic ContextContext. newInstance(Context arg)Methods in io.vertx.reactivex.core with parameters of type Context Modifier and Type Method Description static io.reactivex.SchedulerRxHelper. scheduler(Context context)Create a scheduler for aContext, actions are executed on the event loop of this context. -
Uses of Context in io.vertx.reactivex.db2client
Method parameters in io.vertx.reactivex.db2client with type arguments of type Context Modifier and Type Method Description DB2PoolDB2Pool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)DB2PoolDB2Pool. connectionProvider(Function<Context,Future<SqlConnection>> provider) -
Uses of Context in io.vertx.reactivex.mssqlclient
Method parameters in io.vertx.reactivex.mssqlclient with type arguments of type Context Modifier and Type Method Description MSSQLPoolMSSQLPool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)MSSQLPoolMSSQLPool. connectionProvider(Function<Context,Future<SqlConnection>> provider) -
Uses of Context in io.vertx.reactivex.mysqlclient
Method parameters in io.vertx.reactivex.mysqlclient with type arguments of type Context Modifier and Type Method Description MySQLPoolMySQLPool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)MySQLPoolMySQLPool. connectionProvider(Function<Context,Future<SqlConnection>> provider) -
Uses of Context in io.vertx.reactivex.oracleclient
Method parameters in io.vertx.reactivex.oracleclient with type arguments of type Context Modifier and Type Method Description OraclePoolOraclePool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)OraclePoolOraclePool. connectionProvider(Function<Context,Future<SqlConnection>> provider) -
Uses of Context in io.vertx.reactivex.pgclient
Method parameters in io.vertx.reactivex.pgclient with type arguments of type Context Modifier and Type Method Description PgPoolPgPool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)PgPoolPgPool. connectionProvider(Function<Context,Future<SqlConnection>> provider) -
Uses of Context in io.vertx.reactivex.sqlclient
Method parameters in io.vertx.reactivex.sqlclient with type arguments of type Context Modifier and Type Method Description PoolPool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)Replace the default pool connection provider, the newproviderreturns a future connection for a given .PoolPool. connectionProvider(Function<Context,Future<SqlConnection>> provider)Replace the default pool connection provider, the newproviderreturns a future connection for a given .
-