Interface ManagementInterface

All Known Implementing Classes:
ManagementInterfaceImpl

public interface ManagementInterface
A class allowing to access the management router. You can access the instance of this class using a CDI observer: public void init(@Observe ManagementInterface mi) {...}

If the management interface is disabled, the event is not fired.

  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.ext.web.Router
     
  • Method Details

    • router

      io.vertx.ext.web.Router router()
      Returns:
      the management router