default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.basic() |
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
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 |
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 |
PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.consumes(String consumes) |
The content type this endpoint accepts as an input, such as
application/xml or application/json.
|
static PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.httpMethodRestrict(String httpMethodRestrict) |
A comma separated list of HTTP methods to serve, e.g.
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
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 |
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 |
PlatformHttpEndpointBuilderFactory.PlatformHttpBuilders.platformHttp(String path) |
Platform HTTP (camel-platform-http)
Expose HTTP endpoints using the HTTP server available in the current
platform.
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.PlatformHttpBuilders.platformHttp(String componentName,
String path) |
Platform HTTP (camel-platform-http)
Expose HTTP endpoints using the HTTP server available in the current
platform.
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.produces(String produces) |
The content type this endpoint produces, such as application/xml or
application/json.
|