| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.class.basicPropertyBinding" |
public static final String |
CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_CLASS_COMPONENT_CACHE_CONF |
"camel.component.class.cache" |
public static final String |
CAMEL_SINK_CLASS_COMPONENT_CACHE_DEFAULT |
"true" |
public static final String |
CAMEL_SINK_CLASS_COMPONENT_CACHE_DOC |
"Use singleton option instead." |
public static final String |
CAMEL_SINK_CLASS_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.class.lazyStartProducer" |
public static final String |
CAMEL_SINK_CLASS_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_CLASS_COMPONENT_SCOPE_CONF |
"camel.component.class.scope" |
public static final String |
CAMEL_SINK_CLASS_COMPONENT_SCOPE_DEFAULT |
"Singleton" |
public static final String |
CAMEL_SINK_CLASS_COMPONENT_SCOPE_DOC |
"Scope of bean. When using singleton scope (default) the bean is created or looked up only once and reused for the lifetime of the endpoint. The bean should be thread-safe in case concurrent threads is calling the bean at the same time. When using request scope the bean is created or looked up once per request (exchange). This can be used if you want to store state on a bean while processing a request and you want to call the same bean instance multiple times while processing the request. The bean does not have to be thread-safe as the instance is only called from the same request. When using delegate scope, then the bean will be looked up or created per call. However in case of lookup then this is delegated to the bean registry such as Spring or CDI (if in use), which depends on their configuration can act as either singleton or prototype scope. so when using prototype then this depends on the delegated registry. One of: [Singleton] [Request] [Prototype]" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_CACHE_CONF |
"camel.sink.endpoint.cache" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_CACHE_DOC |
"Use scope option instead." |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_CLASS_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_CLASS_ENDPOINT_METHOD_CONF |
"camel.sink.endpoint.method" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_METHOD_DOC |
"Sets the name of the method to invoke on the bean" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_PARAMETERS_CONF |
"camel.sink.endpoint.parameters" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_PARAMETERS_DOC |
"Used for configuring additional properties on the bean" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_SCOPE_CONF |
"camel.sink.endpoint.scope" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_SCOPE_DEFAULT |
"Singleton" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_SCOPE_DOC |
"Scope of bean. When using singleton scope (default) the bean is created or looked up only once and reused for the lifetime of the endpoint. The bean should be thread-safe in case concurrent threads is calling the bean at the same time. When using request scope the bean is created or looked up once per request (exchange). This can be used if you want to store state on a bean while processing a request and you want to call the same bean instance multiple times while processing the request. The bean does not have to be thread-safe as the instance is only called from the same request. When using prototype scope, then the bean will be looked up or created per call. However in case of lookup then this is delegated to the bean registry such as Spring or CDI (if in use), which depends on their configuration can act as either singleton or prototype scope. so when using prototype then this depends on the delegated registry. One of: [Singleton] [Request] [Prototype]" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_CLASS_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_CLASS_PATH_BEAN_NAME_CONF |
"camel.sink.path.beanName" |
public static final String |
CAMEL_SINK_CLASS_PATH_BEAN_NAME_DOC |
"Sets the name of the bean to invoke" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.