Class HawtioPluginHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class HawtioPluginHandler
    extends java.lang.Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    Vert.x handler to output JSON content for custom Hawtio plugins
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(io.vertx.ext.web.RoutingContext routingContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HawtioPluginHandler

        public HawtioPluginHandler​(java.util.Map<java.lang.String,​HawtioConfig.PluginConfig> pluginConfigs)
    • Method Detail

      • handle

        public void handle​(io.vertx.ext.web.RoutingContext routingContext)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>