Package org.apache.camel.k.http
Class PlatformHttpServiceContextCustomizer
- java.lang.Object
-
- org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration
-
- org.apache.camel.k.http.PlatformHttpServiceContextCustomizer
-
- All Implemented Interfaces:
Comparable<ContextCustomizer>
,ContextCustomizer
,org.apache.camel.Ordered
public class PlatformHttpServiceContextCustomizer extends org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration implements ContextCustomizer
-
-
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
-
-
Constructor Summary
Constructors Constructor Description PlatformHttpServiceContextCustomizer()
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.k.ContextCustomizer
compareTo
-
-
-
-
Method Detail
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceContextCustomizer
- Specified by:
getOrder
in interfaceorg.apache.camel.Ordered
-
apply
public void apply(org.apache.camel.CamelContext camelContext)
- Specified by:
apply
in interfaceContextCustomizer
-
-