public static interface LumberjackComponentBuilderFactory.LumberjackComponentBuilder extends ComponentBuilder<org.apache.camel.component.lumberjack.LumberjackComponent>
| Modifier and Type | Method and Description |
|---|---|
default LumberjackComponentBuilderFactory.LumberjackComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
bridgeErrorHandler - the value to setdefault LumberjackComponentBuilderFactory.LumberjackComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault LumberjackComponentBuilderFactory.LumberjackComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
sslContextParameters - the value to setdefault LumberjackComponentBuilderFactory.LumberjackComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
useGlobalSslContextParameters - the value to setApache Camel