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

      • basicPropertyBinding

        default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder basicPropertyBinding​(boolean basicPropertyBinding)
        Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities. The option is a: boolean type. Default: false Group: advanced
      • basicPropertyBinding

        default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder basicPropertyBinding​(String basicPropertyBinding)
        Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities. The option will be converted to a boolean type. Default: false Group: advanced
      • exchangeFormatter

        default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder exchangeFormatter​(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
        To use a custom exchange formatter. The option is a: org.apache.camel.spi.ExchangeFormatter type. Group: advanced
      • synchronous

        default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder synchronous​(boolean synchronous)
        Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a: boolean type. Default: false Group: advanced
      • synchronous

        default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder synchronous​(String synchronous)
        Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to a boolean type. Default: false Group: advanced