Uses of Interface
org.apache.camel.builder.component.dsl.PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder
Packages that use PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder
-
Uses of PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.platformHttp()Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform. -
Uses of PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilderModifier and TypeMethodDescriptionPlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder.engine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine engine) An HTTP Server engine implementation to serve the requests.PlatformHttpComponentBuilderFactory.platformHttp()Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform.