default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.advanced() |
|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.exchangeFormatter(String exchangeFormatter) |
To use a custom exchange formatter.
|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) |
To use a custom exchange formatter.
|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
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 |
LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|