Class VertxProxy

java.lang.Object
org.wildfly.extension.vertx.VertxProxy

public class VertxProxy extends Object
This is a resource used to manage the Vertx instances in the subsystem.
Author:
Lin Gao
  • Constructor Details

    • VertxProxy

      public VertxProxy(String optionName, io.vertx.core.Vertx vertx)
  • Method Details

    • getVertx

      public io.vertx.core.Vertx getVertx()
    • getMutiyVertx

      public io.vertx.mutiny.core.Vertx getMutiyVertx()
    • getOptionName

      public String getOptionName()