Class WorkerExecutor

  • All Implemented Interfaces:
    Measured

    public class WorkerExecutor
    extends Object
    implements Measured
    An executor for executing blocking code in Vert.x .

    It provides the same executeBlocking operation than Context and Vertx but on a separate worker pool.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.