public static interface LumberjackComponentBuilderFactory.LumberjackComponentBuilder extends ComponentBuilder<org.apache.camel.component.lumberjack.LumberjackComponent>
| Modifier and Type | Method and Description |
|---|---|
default LumberjackComponentBuilderFactory.LumberjackComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default LumberjackComponentBuilderFactory.LumberjackComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
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.
|
default LumberjackComponentBuilderFactory.LumberjackComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
Sets the default SSL configuration to use for all the endpoints.
|
default LumberjackComponentBuilderFactory.LumberjackComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault LumberjackComponentBuilderFactory.LumberjackComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault LumberjackComponentBuilderFactory.LumberjackComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault LumberjackComponentBuilderFactory.LumberjackComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault LumberjackComponentBuilderFactory.LumberjackComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel