Uses of Interface
org.apache.camel.builder.endpoint.dsl.LogEndpointBuilderFactory.AdvancedLogEndpointBuilder
Packages that use LogEndpointBuilderFactory.AdvancedLogEndpointBuilder
-
Uses of LogEndpointBuilderFactory.AdvancedLogEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LogEndpointBuilderFactory.AdvancedLogEndpointBuilderModifier and TypeMethodDescriptionLogEndpointBuilderFactory.LogEndpointBuilder.advanced()LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.exchangeFormatter(String exchangeFormatter) To use a custom exchange formatter.LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) To use a custom exchange formatter.LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).