Interface JolokiaPlatformHttpPlugin

All Superinterfaces:
AutoCloseable, org.apache.camel.CamelContextAware, org.apache.camel.spi.HasCamelContext, PlatformHttpPlugin, org.apache.camel.Service, org.apache.camel.StaticService

public interface JolokiaPlatformHttpPlugin extends PlatformHttpPlugin
Plugin for Jolokia
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The VertX Handler (io.vertx.core.Handler) that handles the HTTP requests to service Jolokia

    Methods inherited from interface org.apache.camel.CamelContextAware

    setCamelContext

    Methods inherited from interface org.apache.camel.spi.HasCamelContext

    getCamelContext

    Methods inherited from interface org.apache.camel.component.platform.http.spi.PlatformHttpPlugin

    getId

    Methods inherited from interface org.apache.camel.Service

    build, close, init, start, stop
  • Field Details

  • Method Details

    • getHandler

      Object getHandler()
      The VertX Handler (io.vertx.core.Handler) that handles the HTTP requests to service Jolokia