Uses of Class
io.vertx.core.ThreadingModel
-
Packages that use ThreadingModel Package Description io.vertx.core io.vertx.reactivex.core io.vertx.rxjava3.core -
-
Uses of ThreadingModel in io.vertx.core
Fields in io.vertx.core declared as ThreadingModel Modifier and Type Field Description static ThreadingModel
DeploymentOptions. DEFAULT_MODE
Methods in io.vertx.core that return ThreadingModel Modifier and Type Method Description ThreadingModel
DeploymentOptions. getThreadingModel()
Which threading model the verticle(s) should use?ThreadingModel
Context. threadingModel()
static ThreadingModel
ThreadingModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreadingModel[]
ThreadingModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core with parameters of type ThreadingModel Modifier and Type Method Description DeploymentOptions
DeploymentOptions. setThreadingModel(ThreadingModel threadingModel)
Set the verticle(s) verticle(s) threading model, e.g. -
Uses of ThreadingModel in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return ThreadingModel Modifier and Type Method Description ThreadingModel
Context. threadingModel()
-
Uses of ThreadingModel in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return ThreadingModel Modifier and Type Method Description ThreadingModel
Context. threadingModel()
-