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)
bridgeErrorHandler - the value to setdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder consumes(String consumes)
consumes - the value to setdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder httpMethodRestrict(String httpMethodRestrict)
httpMethodRestrict - the value to setdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder matchOnUriPrefix(boolean matchOnUriPrefix)
matchOnUriPrefix - the value to setdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder matchOnUriPrefix(String matchOnUriPrefix)
matchOnUriPrefix - the value to setdefault PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder produces(String produces)
produces - the value to setApache Camel