default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.AdvancedRestEndpointConsumerBuilder.basic() |
|
default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.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 RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.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 RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.consumerComponentName(String consumerComponentName) |
The Camel Rest component to use for (consumer) the REST transport,
such as jetty, servlet, undertow.
|
default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.consumes(String consumes) |
Media type such as: 'text/xml', or 'application/json' this REST
service accepts.
|
default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.description(String description) |
Human description to document this REST service.
|
default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.inType(String inType) |
To declare the incoming POJO binding type as a FQN class name.
|
default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.outType(String outType) |
To declare the outgoing POJO binding type as a FQN class name.
|
default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.produces(String produces) |
Media type such as: 'text/xml', or 'application/json' this REST
service returns.
|
default RestEndpointBuilderFactory.RestEndpointConsumerBuilder |
RestEndpointBuilderFactory.RestEndpointConsumerBuilder.routeId(String routeId) |
Name of the route this REST services creates.
|