Interface LogEndpointBuilderFactory.AdvancedLogEndpointBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    Enclosing interface:
    LogEndpointBuilderFactory

    public static interface LogEndpointBuilderFactory.AdvancedLogEndpointBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Advanced builder for endpoint for the Log component.
    • Method Detail

      • exchangeFormatter

        default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder exchangeFormatter​(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
        To use a custom exchange formatter. The option is a: <code>org.apache.camel.spi.ExchangeFormatter</code> type. Group: advanced
        Parameters:
        exchangeFormatter - the value to set
        Returns:
        the dsl builder
      • exchangeFormatter

        default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder exchangeFormatter​(String exchangeFormatter)
        To use a custom exchange formatter. The option will be converted to a <code>org.apache.camel.spi.ExchangeFormatter</code> type. Group: advanced
        Parameters:
        exchangeFormatter - the value to set
        Returns:
        the dsl builder