| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_JCR_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.jcr.basicPropertyBinding" |
public static final String |
CAMEL_SINK_JCR_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_JCR_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.jcr.lazyStartProducer" |
public static final String |
CAMEL_SINK_JCR_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_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_JCR_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_JCR_ENDPOINT_DEEP_CONF |
"camel.sink.endpoint.deep" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_DEEP_DOC |
"When isDeep is true, events whose associated parent node is at absPath or within its subgraph are received." |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_EVENT_TYPES_CONF |
"camel.sink.endpoint.eventTypes" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_EVENT_TYPES_DOC |
"eventTypes (a combination of one or more event types encoded as a bit mask value such as javax.jcr.observation.Event.NODE_ADDED, javax.jcr.observation.Event.NODE_REMOVED, etc.)." |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_JCR_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_JCR_ENDPOINT_NO_LOCAL_CONF |
"camel.sink.endpoint.noLocal" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_NO_LOCAL_DOC |
"If noLocal is true, then events generated by the session through which the listener was registered are ignored. Otherwise, they are not ignored." |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_NODE_TYPE_NAMES_CONF |
"camel.sink.endpoint.nodeTypeNames" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_NODE_TYPE_NAMES_DOC |
"When a comma separated nodeTypeName list string is set, only events whose associated parent node has one of the node types (or a subtype of one of the node types) in this list will be received." |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_PASSWORD_CONF |
"camel.sink.endpoint.password" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_PASSWORD_DOC |
"Password for login" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_CONF |
"camel.sink.endpoint.sessionLiveCheckInterval" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_DOC |
"Interval in milliseconds to wait before each session live checking The default value is 60000 ms." |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_ON_START_CONF |
"camel.sink.endpoint.sessionLiveCheckIntervalOnStart" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_ON_START_DOC |
"Interval in milliseconds to wait before the first session live checking. The default value is 3000 ms." |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_JCR_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_JCR_ENDPOINT_USERNAME_CONF |
"camel.sink.endpoint.username" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_USERNAME_DOC |
"Username for login" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_UUIDS_CONF |
"camel.sink.endpoint.uuids" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_UUIDS_DOC |
"When a comma separated uuid list string is set, only events whose associated parent node has one of the identifiers in the comma separated uuid list will be received." |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_WORKSPACE_NAME_CONF |
"camel.sink.endpoint.workspaceName" |
public static final String |
CAMEL_SINK_JCR_ENDPOINT_WORKSPACE_NAME_DOC |
"The workspace to access. If it\'s not specified then the default one will be used" |
public static final String |
CAMEL_SINK_JCR_PATH_BASE_CONF |
"camel.sink.path.base" |
public static final String |
CAMEL_SINK_JCR_PATH_BASE_DOC |
"Get the base node when accessing the repository" |
public static final String |
CAMEL_SINK_JCR_PATH_HOST_CONF |
"camel.sink.path.host" |
public static final String |
CAMEL_SINK_JCR_PATH_HOST_DOC |
"Name of the javax.jcr.Repository to lookup from the Camel registry to be used." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_JCR_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.jcr.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_JCR_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_JCR_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.jcr.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_JCR_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_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_JCR_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_JCR_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_JCR_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_JCR_ENDPOINT_DEEP_CONF |
"camel.source.endpoint.deep" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_DEEP_DOC |
"When isDeep is true, events whose associated parent node is at absPath or within its subgraph are received." |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_EVENT_TYPES_CONF |
"camel.source.endpoint.eventTypes" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_EVENT_TYPES_DOC |
"eventTypes (a combination of one or more event types encoded as a bit mask value such as javax.jcr.observation.Event.NODE_ADDED, javax.jcr.observation.Event.NODE_REMOVED, etc.)." |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_JCR_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_JCR_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_JCR_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_JCR_ENDPOINT_NO_LOCAL_CONF |
"camel.source.endpoint.noLocal" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_NO_LOCAL_DOC |
"If noLocal is true, then events generated by the session through which the listener was registered are ignored. Otherwise, they are not ignored." |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_NODE_TYPE_NAMES_CONF |
"camel.source.endpoint.nodeTypeNames" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_NODE_TYPE_NAMES_DOC |
"When a comma separated nodeTypeName list string is set, only events whose associated parent node has one of the node types (or a subtype of one of the node types) in this list will be received." |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_PASSWORD_CONF |
"camel.source.endpoint.password" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_PASSWORD_DOC |
"Password for login" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_CONF |
"camel.source.endpoint.sessionLiveCheckInterval" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_DOC |
"Interval in milliseconds to wait before each session live checking The default value is 60000 ms." |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_ON_START_CONF |
"camel.source.endpoint.sessionLiveCheckIntervalOnStart" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_SESSION_LIVE_CHECK_INTERVAL_ON_START_DOC |
"Interval in milliseconds to wait before the first session live checking. The default value is 3000 ms." |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_JCR_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_JCR_ENDPOINT_USERNAME_CONF |
"camel.source.endpoint.username" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_USERNAME_DOC |
"Username for login" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_UUIDS_CONF |
"camel.source.endpoint.uuids" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_UUIDS_DOC |
"When a comma separated uuid list string is set, only events whose associated parent node has one of the identifiers in the comma separated uuid list will be received." |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_WORKSPACE_NAME_CONF |
"camel.source.endpoint.workspaceName" |
public static final String |
CAMEL_SOURCE_JCR_ENDPOINT_WORKSPACE_NAME_DOC |
"The workspace to access. If it\'s not specified then the default one will be used" |
public static final String |
CAMEL_SOURCE_JCR_PATH_BASE_CONF |
"camel.source.path.base" |
public static final String |
CAMEL_SOURCE_JCR_PATH_BASE_DOC |
"Get the base node when accessing the repository" |
public static final String |
CAMEL_SOURCE_JCR_PATH_HOST_CONF |
"camel.source.path.host" |
public static final String |
CAMEL_SOURCE_JCR_PATH_HOST_DOC |
"Name of the javax.jcr.Repository to lookup from the Camel registry to be used." |
Copyright © 2020 The Apache Software Foundation. All rights reserved.