| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_MASTER_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.master.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_MASTER_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_MASTER_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.master.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_MASTER_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_MASTER_COMPONENT_SERVICE_CONF |
"camel.component.master.service" |
public static final String |
CAMEL_SOURCE_MASTER_COMPONENT_SERVICE_DOC |
"Inject the service to use." |
public static final String |
CAMEL_SOURCE_MASTER_COMPONENT_SERVICE_SELECTOR_CONF |
"camel.component.master.serviceSelector" |
public static final String |
CAMEL_SOURCE_MASTER_COMPONENT_SERVICE_SELECTOR_DOC |
"Inject the service selector used to lookup the CamelClusterService to use." |
public static final String |
CAMEL_SOURCE_MASTER_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_MASTER_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_MASTER_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_MASTER_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_MASTER_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_MASTER_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_MASTER_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_MASTER_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_MASTER_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_MASTER_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_MASTER_PATH_DELEGATE_URI_CONF |
"camel.source.path.delegateUri" |
public static final String |
CAMEL_SOURCE_MASTER_PATH_DELEGATE_URI_DOC |
"The endpoint uri to use in master/slave mode" |
public static final String |
CAMEL_SOURCE_MASTER_PATH_NAMESPACE_CONF |
"camel.source.path.namespace" |
public static final String |
CAMEL_SOURCE_MASTER_PATH_NAMESPACE_DOC |
"The name of the cluster namespace to use" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.