Class PlatformHttpServiceContextCustomizer

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration

        org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration.BodyHandler, org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration.Cors
    • Field Summary

      • Fields inherited from class org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration

        DEFAULT_BIND_HOST, DEFAULT_BIND_PORT, DEFAULT_PATH
      • Fields inherited from interface org.apache.camel.Ordered

        HIGHEST, LOWEST
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.apache.camel.CamelContext camelContext)  
      int getOrder()  
      • Methods inherited from class org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration

        getBindHost, getBindPort, getBodyHandler, getCors, getMaxBodySize, getPath, getSslContextParameters, isUseGlobalSslContextParameters, setBindHost, setBindPort, setBodyHandler, setCors, setMaxBodySize, setPath, setSslContextParameters, setUseGlobalSslContextParameters
    • Constructor Detail

      • PlatformHttpServiceContextCustomizer

        public PlatformHttpServiceContextCustomizer()
    • Method Detail

      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface ContextCustomizer
        Specified by:
        getOrder in interface org.apache.camel.Ordered
      • apply

        public void apply​(org.apache.camel.CamelContext camelContext)
        Specified by:
        apply in interface ContextCustomizer