Uses of Enum
io.vertx.core.ThreadingModel
Packages that use ThreadingModel
-
Uses of ThreadingModel in io.vertx.core
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