default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.advanced() |
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.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.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.bridgeErrorHandler(String 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.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.fileNameExtWhitelist(String fileNameExtWhitelist) |
A comma or whitespace separated list of file extensions.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter headers to and from
Camel message.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter headers to and from
Camel message.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.platformHttpEngine(String platformHttpEngine) |
An HTTP Server engine implementation to serve the requests of this
endpoint.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.platformHttpEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine platformHttpEngine) |
An HTTP Server engine implementation to serve the requests of this
endpoint.
|