public static final String |
CAMEL_SINK_REST_COMPONENT_API_DOC_CONF |
"camel.component.rest.apiDoc" |
public static final String |
CAMEL_SINK_REST_COMPONENT_API_DOC_DOC |
"The swagger api doc resource to use. The resource is loaded from classpath by default and must be in JSON format." |
public static final String |
CAMEL_SINK_REST_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.rest.autowiredEnabled" |
public static final String |
CAMEL_SINK_REST_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_REST_COMPONENT_COMPONENT_NAME_CONF |
"camel.component.rest.componentName" |
public static final String |
CAMEL_SINK_REST_COMPONENT_COMPONENT_NAME_DOC |
"The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used." |
public static final String |
CAMEL_SINK_REST_COMPONENT_HOST_CONF |
"camel.component.rest.host" |
public static final String |
CAMEL_SINK_REST_COMPONENT_HOST_DOC |
"Host and port of HTTP service to use (override host in swagger schema)" |
public static final String |
CAMEL_SINK_REST_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.rest.lazyStartProducer" |
public static final String |
CAMEL_SINK_REST_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_REST_COMPONENT_PRODUCER_COMPONENT_NAME_CONF |
"camel.component.rest.producerComponentName" |
public static final String |
CAMEL_SINK_REST_COMPONENT_PRODUCER_COMPONENT_NAME_DOC |
"The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used." |
public static final String |
CAMEL_SINK_REST_ENDPOINT_API_DOC_CONF |
"camel.sink.endpoint.apiDoc" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_API_DOC_DOC |
"The openapi api doc resource to use. The resource is loaded from classpath by default and must be in JSON format." |
public static final String |
CAMEL_SINK_REST_ENDPOINT_BINDING_MODE_CONF |
"camel.sink.endpoint.bindingMode" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_BINDING_MODE_DOC |
"Configures the binding mode for the producer. If set to anything other than \'off\' the producer will try to convert the body of the incoming message from inType to the json or xml, and the response from json or xml to outType. One of: [auto] [off] [json] [xml] [json_xml]" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_CONSUMES_CONF |
"camel.sink.endpoint.consumes" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_CONSUMES_DOC |
"Media type such as: \'text/xml\', or \'application/json\' this REST service accepts. By default we accept all kinds of types." |
public static final String |
CAMEL_SINK_REST_ENDPOINT_HOST_CONF |
"camel.sink.endpoint.host" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_HOST_DOC |
"Host and port of HTTP service to use (override host in openapi schema)" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_IN_TYPE_CONF |
"camel.sink.endpoint.inType" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_IN_TYPE_DOC |
"To declare the incoming POJO binding type as a FQN class name" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_REST_ENDPOINT_OUT_TYPE_CONF |
"camel.sink.endpoint.outType" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_OUT_TYPE_DOC |
"To declare the outgoing POJO binding type as a FQN class name" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_PRODUCER_COMPONENT_NAME_CONF |
"camel.sink.endpoint.producerComponentName" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_PRODUCER_COMPONENT_NAME_DOC |
"The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used." |
public static final String |
CAMEL_SINK_REST_ENDPOINT_PRODUCES_CONF |
"camel.sink.endpoint.produces" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_PRODUCES_DOC |
"Media type such as: \'text/xml\', or \'application/json\' this REST service returns." |
public static final String |
CAMEL_SINK_REST_ENDPOINT_QUERY_PARAMETERS_CONF |
"camel.sink.endpoint.queryParameters" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_QUERY_PARAMETERS_DOC |
"Query parameters for the HTTP service to call. The query parameters can contain multiple parameters separated by ampersand such such as foo=123&bar=456." |
public static final String |
CAMEL_SINK_REST_ENDPOINT_ROUTE_ID_CONF |
"camel.sink.endpoint.routeId" |
public static final String |
CAMEL_SINK_REST_ENDPOINT_ROUTE_ID_DOC |
"Name of the route this REST services creates" |
public static final String |
CAMEL_SINK_REST_PATH_METHOD_CONF |
"camel.sink.path.method" |
public static final String |
CAMEL_SINK_REST_PATH_METHOD_DOC |
"HTTP method to use. One of: [get] [post] [put] [delete] [patch] [head] [trace] [connect] [options]" |
public static final String |
CAMEL_SINK_REST_PATH_PATH_CONF |
"camel.sink.path.path" |
public static final String |
CAMEL_SINK_REST_PATH_PATH_DOC |
"The base path" |
public static final String |
CAMEL_SINK_REST_PATH_URI_TEMPLATE_CONF |
"camel.sink.path.uriTemplate" |
public static final String |
CAMEL_SINK_REST_PATH_URI_TEMPLATE_DOC |
"The uri template" |