| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_LUMBERJACK_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.lumberjack.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_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_LUMBERJACK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.lumberjack.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_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_LUMBERJACK_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.lumberjack.sslContextParameters" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC |
"Sets the default SSL configuration to use for all the endpoints. You can also configure it directly at the endpoint level." |
public static final String |
CAMEL_SOURCE_LUMBERJACK_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.lumberjack.useGlobalSslContextParameters" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SOURCE_LUMBERJACK_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_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_LUMBERJACK_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_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_LUMBERJACK_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_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_LUMBERJACK_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.source.endpoint.sslContextParameters" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"SSL configuration" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_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_LUMBERJACK_PATH_HOST_CONF |
"camel.source.path.host" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_PATH_HOST_DOC |
"Network interface on which to listen for Lumberjack" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_PATH_PORT_CONF |
"camel.source.path.port" |
public static final String |
CAMEL_SOURCE_LUMBERJACK_PATH_PORT_DOC |
"Network port on which to listen for Lumberjack" |
Copyright © 2021 The Apache Software Foundation. All rights reserved.