Interface VertxReactor

All Superinterfaces:
Reactor

public interface VertxReactor extends Reactor

A specific Reactor backed by Vert.x core.

Since:
1.2
Author:
Jeremy Kuhn
  • Method Details

    • getVertx

      io.vertx.core.Vertx getVertx()

      Returns the underlying Vert.x instance.

      Returns:
      the vertx instance