Uses of Class
io.vertx.tp.jet.cv.em.WorkerType
-
Packages that use WorkerType Package Description io.vertx.tp.jet.atom io.vertx.tp.jet.cv.em -
-
Uses of WorkerType in io.vertx.tp.jet.atom
Methods in io.vertx.tp.jet.atom that return WorkerType Modifier and Type Method Description WorkerTypeJtWorker. getWorkerType()Methods in io.vertx.tp.jet.atom with parameters of type WorkerType Modifier and Type Method Description voidJtWorker. setWorkerType(WorkerType workerType) -
Uses of WorkerType in io.vertx.tp.jet.cv.em
Methods in io.vertx.tp.jet.cv.em that return WorkerType Modifier and Type Method Description static WorkerTypeWorkerType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerType[]WorkerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-