Interface PlatformHttpPlugin

All Superinterfaces:
AutoCloseable, org.apache.camel.CamelContextAware, org.apache.camel.spi.HasCamelContext, org.apache.camel.Service, org.apache.camel.StaticService
All Known Subinterfaces:
JolokiaPlatformHttpPlugin

public interface PlatformHttpPlugin extends org.apache.camel.StaticService, org.apache.camel.CamelContextAware
camel-platform-http plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of this plugin.

    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.Service

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

    • getId

      String getId()
      The ID of this plugin.