| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.advanced() |
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.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
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.exchangePattern(String 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(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter headers to and from
Camel message.
|
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.platformHttpEngine(Object platformHttpEngine)
An HTTP Server engine implementation to serve the requests of this
endpoint.
|
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.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel