Table of Contents

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