| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.hazelcast-set.basicPropertyBinding" |
public static final String |
CAMEL_SINK_HAZELCASTSET_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_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_CONF |
"camel.component.hazelcast-set.hazelcastInstance" |
public static final String |
CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_DOC |
"The hazelcast instance reference which can be used for hazelcast endpoint. If you don\'t specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance." |
public static final String |
CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_CONF |
"camel.component.hazelcast-set.hazelcastMode" |
public static final String |
CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DEFAULT |
"node" |
public static final String |
CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DOC |
"The hazelcast mode reference which kind of instance should be used. If you don\'t specify the mode, then the node mode will be the default." |
public static final String |
CAMEL_SINK_HAZELCASTSET_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.hazelcast-set.lazyStartProducer" |
public static final String |
CAMEL_SINK_HAZELCASTSET_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_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_HAZELCASTSET_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_HAZELCASTSET_ENDPOINT_DEFAULT_OPERATION_CONF |
"camel.sink.endpoint.defaultOperation" |
public static final String |
CAMEL_SINK_HAZELCASTSET_ENDPOINT_DEFAULT_OPERATION_DOC |
"To specify a default operation to use, if no operation header has been provided. One of: [put] [delete] [get] [update] [query] [getAll] [clear] [putIfAbsent] [allAll] [removeAll] [retainAll] [evict] [evictAll] [valueCount] [containsKey] [containsValue] [keySet] [removevalue] [increment] [decrement] [setvalue] [destroy] [compareAndSet] [getAndAdd] [add] [offer] [peek] [poll] [remainingCapacity] [drainTo] [removeIf] [take] [publish] [readOnceHeal] [readOnceTail] [capacity]" |
public static final String |
CAMEL_SINK_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_CONF |
"camel.sink.endpoint.hazelcastInstance" |
public static final String |
CAMEL_SINK_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_DOC |
"The hazelcast instance reference which can be used for hazelcast endpoint." |
public static final String |
CAMEL_SINK_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_NAME_CONF |
"camel.sink.endpoint.hazelcastInstanceName" |
public static final String |
CAMEL_SINK_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_NAME_DOC |
"The hazelcast instance reference name which can be used for hazelcast endpoint. If you don\'t specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance." |
public static final String |
CAMEL_SINK_HAZELCASTSET_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_HAZELCASTSET_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_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_HAZELCASTSET_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_HAZELCASTSET_PATH_CACHE_NAME_CONF |
"camel.sink.path.cacheName" |
public static final String |
CAMEL_SINK_HAZELCASTSET_PATH_CACHE_NAME_DOC |
"The name of the cache" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.hazelcast-set.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_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_SOURCE_HAZELCASTSET_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.hazelcast-set.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_CONF |
"camel.component.hazelcast-set.hazelcastInstance" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_DOC |
"The hazelcast instance reference which can be used for hazelcast endpoint. If you don\'t specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance." |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_CONF |
"camel.component.hazelcast-set.hazelcastMode" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DEFAULT |
"node" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DOC |
"The hazelcast mode reference which kind of instance should be used. If you don\'t specify the mode, then the node mode will be the default." |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_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_SOURCE_HAZELCASTSET_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_DEFAULT_OPERATION_CONF |
"camel.source.endpoint.defaultOperation" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_DEFAULT_OPERATION_DOC |
"To specify a default operation to use, if no operation header has been provided. One of: [put] [delete] [get] [update] [query] [getAll] [clear] [putIfAbsent] [allAll] [removeAll] [retainAll] [evict] [evictAll] [valueCount] [containsKey] [containsValue] [keySet] [removevalue] [increment] [decrement] [setvalue] [destroy] [compareAndSet] [getAndAdd] [add] [offer] [peek] [poll] [remainingCapacity] [drainTo] [removeIf] [take] [publish] [readOnceHeal] [readOnceTail] [capacity]" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_CONF |
"camel.source.endpoint.hazelcastInstance" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_DOC |
"The hazelcast instance reference which can be used for hazelcast endpoint." |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_NAME_CONF |
"camel.source.endpoint.hazelcastInstanceName" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_HAZELCAST_INSTANCE_NAME_DOC |
"The hazelcast instance reference name which can be used for hazelcast endpoint. If you don\'t specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance." |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_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_SOURCE_HAZELCASTSET_PATH_CACHE_NAME_CONF |
"camel.source.path.cacheName" |
public static final String |
CAMEL_SOURCE_HAZELCASTSET_PATH_CACHE_NAME_DOC |
"The name of the cache" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.