public static interface LogEndpointBuilderFactory.AdvancedLogEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default LogEndpointBuilderFactory.LogEndpointBuilder |
basic() |
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
To use a custom exchange formatter.
|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
exchangeFormatter(String exchangeFormatter)
To use a custom exchange formatter.
|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default LogEndpointBuilderFactory.LogEndpointBuilder basic()
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
exchangeFormatter - the value to setdefault LogEndpointBuilderFactory.AdvancedLogEndpointBuilder exchangeFormatter(String exchangeFormatter)
exchangeFormatter - the value to setdefault LogEndpointBuilderFactory.AdvancedLogEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault LogEndpointBuilderFactory.AdvancedLogEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel