Vert.x - Worker

Java Conceptuel Diagram

About

A worker verticles is a verticle that is used to run blocking code.

A worker verticle is not created from the pool of standard verticle and therefore will not block any event loops.

Options

  • Verticle DeploymentOptions object with the setWorkerPoolSize
  • run command worker options

Documentation







Share this page:
Follow us:
Task Runner