Uses of Enum
io.vertx.core.ThreadingModel
Packages that use ThreadingModel
-
Uses of ThreadingModel in io.vertx.core
Subclasses with type arguments of type ThreadingModel in io.vertx.coreModifier and TypeClassDescriptionenumThe threading model defines the scheduler to execute context tasks.Fields in io.vertx.core declared as ThreadingModelMethods in io.vertx.core that return ThreadingModelModifier and TypeMethodDescriptionDeploymentOptions.getThreadingModel()Which threading model the verticle(s) should use?Context.threadingModel()static ThreadingModelReturns 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 ThreadingModelModifier and TypeMethodDescriptionDeploymentOptions.setThreadingModel(ThreadingModel threadingModel) Set the verticle(s) verticle(s) threading model, e.g. a worker or a virtual thread verticle -
Uses of ThreadingModel in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return ThreadingModel -
Uses of ThreadingModel in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return ThreadingModel