public static interface LogComponentBuilderFactory.LogComponentBuilder extends ComponentBuilder<org.apache.camel.component.log.LogComponent>
| Modifier and Type | Method and Description |
|---|---|
default LogComponentBuilderFactory.LogComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default LogComponentBuilderFactory.LogComponentBuilder |
exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
Sets a custom ExchangeFormatter to convert the Exchange to a String
suitable for logging.
|
default LogComponentBuilderFactory.LogComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault LogComponentBuilderFactory.LogComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault LogComponentBuilderFactory.LogComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault LogComponentBuilderFactory.LogComponentBuilder exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
exchangeFormatter - the value to setApache Camel