public static interface PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
advanced() |
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
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.PlatformHttpEndpointBuilder |
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.PlatformHttpEndpointBuilder |
consumes(String consumes)
The content type this endpoint accepts as an input, such as
application/xml or application/json.
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
httpMethodRestrict(String httpMethodRestrict)
A comma separated list of HTTP methods to serve, e.g.
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
matchOnUriPrefix(boolean matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
matchOnUriPrefix(String matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
produces(String produces)
The content type this endpoint produces, such as application/xml or
application/json.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder advanced()
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder consumes(String consumes)
java.lang.String type.
Group: consumerdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder httpMethodRestrict(String httpMethodRestrict)
java.lang.String type.
Group: consumerdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder matchOnUriPrefix(boolean matchOnUriPrefix)
boolean type.
Default: false
Group: consumerdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder matchOnUriPrefix(String matchOnUriPrefix)
boolean type.
Default: false
Group: consumerdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder produces(String produces)
java.lang.String type.
Group: consumerApache Camel