| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.infinispan-embedded.autowiredEnabled" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_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_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_CONF |
"camel.component.infinispan-embedded.cacheContainer" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_CONFIGURATION_CONF |
"camel.component.infinispan-embedded.cacheContainerConfiguration" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_CONFIGURATION_DOC |
"The CacheContainer configuration. Used if the cacheContainer is not defined." |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_DOC |
"Specifies the cache Container to connect" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_CONF |
"camel.component.infinispan-embedded.configuration" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_DOC |
"Component configuration" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_URI_CONF |
"camel.component.infinispan-embedded.configurationUri" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_URI_DOC |
"An implementation specific URI for the CacheManager" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_DEFAULT_VALUE_CONF |
"camel.component.infinispan-embedded.defaultValue" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_DEFAULT_VALUE_DOC |
"Set a specific default value for some producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_FLAGS_CONF |
"camel.component.infinispan-embedded.flags" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_FLAGS_DOC |
"A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_KEY_CONF |
"camel.component.infinispan-embedded.key" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_KEY_DOC |
"Set a specific key for producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.infinispan-embedded.lazyStartProducer" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_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_INFINISPANEMBEDDED_COMPONENT_OLD_VALUE_CONF |
"camel.component.infinispan-embedded.oldValue" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_OLD_VALUE_DOC |
"Set a specific old value for some producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_OPERATION_CONF |
"camel.component.infinispan-embedded.operation" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_OPERATION_DEFAULT |
"PUT" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_OPERATION_DOC |
"The operation to perform One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_QUERY_BUILDER_CONF |
"camel.component.infinispan-embedded.queryBuilder" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_QUERY_BUILDER_DOC |
"Specifies the query builder." |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_REMAPPING_FUNCTION_CONF |
"camel.component.infinispan-embedded.remappingFunction" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_REMAPPING_FUNCTION_DOC |
"Set a specific remappingFunction to use in a compute operation." |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_RESULT_HEADER_CONF |
"camel.component.infinispan-embedded.resultHeader" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_RESULT_HEADER_DOC |
"Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_VALUE_CONF |
"camel.component.infinispan-embedded.value" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_COMPONENT_VALUE_DOC |
"Set a specific value for producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_CONF |
"camel.sink.endpoint.cacheContainer" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_CONFIGURATION_CONF |
"camel.sink.endpoint.cacheContainerConfiguration" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_CONFIGURATION_DOC |
"The CacheContainer configuration. Used if the cacheContainer is not defined." |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_DOC |
"Specifies the cache Container to connect" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_CONFIGURATION_URI_CONF |
"camel.sink.endpoint.configurationUri" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_CONFIGURATION_URI_DOC |
"An implementation specific URI for the CacheManager" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_DEFAULT_VALUE_CONF |
"camel.sink.endpoint.defaultValue" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_DEFAULT_VALUE_DOC |
"Set a specific default value for some producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_FLAGS_CONF |
"camel.sink.endpoint.flags" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_FLAGS_DOC |
"A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_KEY_CONF |
"camel.sink.endpoint.key" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_KEY_DOC |
"Set a specific key for producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_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_INFINISPANEMBEDDED_ENDPOINT_OLD_VALUE_CONF |
"camel.sink.endpoint.oldValue" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_OLD_VALUE_DOC |
"Set a specific old value for some producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_OPERATION_CONF |
"camel.sink.endpoint.operation" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_OPERATION_DEFAULT |
"PUT" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_OPERATION_DOC |
"The operation to perform One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_QUERY_BUILDER_CONF |
"camel.sink.endpoint.queryBuilder" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_QUERY_BUILDER_DOC |
"Specifies the query builder." |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_REMAPPING_FUNCTION_CONF |
"camel.sink.endpoint.remappingFunction" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_REMAPPING_FUNCTION_DOC |
"Set a specific remappingFunction to use in a compute operation." |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_RESULT_HEADER_CONF |
"camel.sink.endpoint.resultHeader" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_RESULT_HEADER_DOC |
"Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_VALUE_CONF |
"camel.sink.endpoint.value" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_ENDPOINT_VALUE_DOC |
"Set a specific value for producer operations" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_PATH_CACHE_NAME_CONF |
"camel.sink.path.cacheName" |
public static final String |
CAMEL_SINK_INFINISPANEMBEDDED_PATH_CACHE_NAME_DOC |
"The name of the cache to use. Use current to use the existing cache name from the currently configured cached manager. Or use default for the default cache manager name." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.infinispan-embedded.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_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_SOURCE_INFINISPANEMBEDDED_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.infinispan-embedded.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_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_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_CONF |
"camel.component.infinispan-embedded.cacheContainer" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_CONFIGURATION_CONF |
"camel.component.infinispan-embedded.cacheContainerConfiguration" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_CONFIGURATION_DOC |
"The CacheContainer configuration. Used if the cacheContainer is not defined." |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CACHE_CONTAINER_DOC |
"Specifies the cache Container to connect" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CLUSTERED_LISTENER_CONF |
"camel.component.infinispan-embedded.clusteredListener" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CLUSTERED_LISTENER_DOC |
"If true, the listener will be installed for the entire cluster" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_CONF |
"camel.component.infinispan-embedded.configuration" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_DOC |
"Component configuration" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_URI_CONF |
"camel.component.infinispan-embedded.configurationUri" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CONFIGURATION_URI_DOC |
"An implementation specific URI for the CacheManager" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CUSTOM_LISTENER_CONF |
"camel.component.infinispan-embedded.customListener" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_CUSTOM_LISTENER_DOC |
"Returns the custom listener in use, if provided" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_EVENT_TYPES_CONF |
"camel.component.infinispan-embedded.eventTypes" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_EVENT_TYPES_DOC |
"Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are: CACHE_ENTRY_ACTIVATED, CACHE_ENTRY_PASSIVATED, CACHE_ENTRY_VISITED, CACHE_ENTRY_LOADED, CACHE_ENTRY_EVICTED, CACHE_ENTRY_CREATED, CACHE_ENTRY_REMOVED, CACHE_ENTRY_MODIFIED, TRANSACTION_COMPLETED, TRANSACTION_REGISTERED, CACHE_ENTRY_INVALIDATED, CACHE_ENTRY_EXPIRED, DATA_REHASHED, TOPOLOGY_CHANGED, PARTITION_STATUS_CHANGED, PERSISTENCE_AVAILABILITY_CHANGED" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_FLAGS_CONF |
"camel.component.infinispan-embedded.flags" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_FLAGS_DOC |
"A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_QUERY_BUILDER_CONF |
"camel.component.infinispan-embedded.queryBuilder" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_QUERY_BUILDER_DOC |
"Specifies the query builder." |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_REMAPPING_FUNCTION_CONF |
"camel.component.infinispan-embedded.remappingFunction" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_REMAPPING_FUNCTION_DOC |
"Set a specific remappingFunction to use in a compute operation." |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_RESULT_HEADER_CONF |
"camel.component.infinispan-embedded.resultHeader" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_RESULT_HEADER_DOC |
"Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_SYNC_CONF |
"camel.component.infinispan-embedded.sync" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_COMPONENT_SYNC_DOC |
"If true, the consumer will receive notifications synchronously" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_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_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_CONF |
"camel.source.endpoint.cacheContainer" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_CONFIGURATION_CONF |
"camel.source.endpoint.cacheContainerConfiguration" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_CONFIGURATION_DOC |
"The CacheContainer configuration. Used if the cacheContainer is not defined." |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CACHE_CONTAINER_DOC |
"Specifies the cache Container to connect" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CLUSTERED_LISTENER_CONF |
"camel.source.endpoint.clusteredListener" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CLUSTERED_LISTENER_DOC |
"If true, the listener will be installed for the entire cluster" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CONFIGURATION_URI_CONF |
"camel.source.endpoint.configurationUri" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CONFIGURATION_URI_DOC |
"An implementation specific URI for the CacheManager" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CUSTOM_LISTENER_CONF |
"camel.source.endpoint.customListener" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_CUSTOM_LISTENER_DOC |
"Returns the custom listener in use, if provided" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_EVENT_TYPES_CONF |
"camel.source.endpoint.eventTypes" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_EVENT_TYPES_DOC |
"Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are: CACHE_ENTRY_ACTIVATED, CACHE_ENTRY_PASSIVATED, CACHE_ENTRY_VISITED, CACHE_ENTRY_LOADED, CACHE_ENTRY_EVICTED, CACHE_ENTRY_CREATED, CACHE_ENTRY_REMOVED, CACHE_ENTRY_MODIFIED, TRANSACTION_COMPLETED, TRANSACTION_REGISTERED, CACHE_ENTRY_INVALIDATED, CACHE_ENTRY_EXPIRED, DATA_REHASHED, TOPOLOGY_CHANGED, PARTITION_STATUS_CHANGED, PERSISTENCE_AVAILABILITY_CHANGED" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_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_INFINISPANEMBEDDED_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_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_INFINISPANEMBEDDED_ENDPOINT_FLAGS_CONF |
"camel.source.endpoint.flags" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_FLAGS_DOC |
"A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_QUERY_BUILDER_CONF |
"camel.source.endpoint.queryBuilder" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_QUERY_BUILDER_DOC |
"Specifies the query builder." |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_REMAPPING_FUNCTION_CONF |
"camel.source.endpoint.remappingFunction" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_REMAPPING_FUNCTION_DOC |
"Set a specific remappingFunction to use in a compute operation." |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_RESULT_HEADER_CONF |
"camel.source.endpoint.resultHeader" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_RESULT_HEADER_DOC |
"Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_SYNC_CONF |
"camel.source.endpoint.sync" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_ENDPOINT_SYNC_DOC |
"If true, the consumer will receive notifications synchronously" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_PATH_CACHE_NAME_CONF |
"camel.source.path.cacheName" |
public static final String |
CAMEL_SOURCE_INFINISPANEMBEDDED_PATH_CACHE_NAME_DOC |
"The name of the cache to use. Use current to use the existing cache name from the currently configured cached manager. Or use default for the default cache manager name." |
Copyright © 2021 The Apache Software Foundation. All rights reserved.