Uses of Interface
org.apache.camel.spi.ExchangeFormatter
-
Packages that use ExchangeFormatter Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of ExchangeFormatter in org.apache.camel.spi
Methods in org.apache.camel.spi that return ExchangeFormatter Modifier and Type Method Description ExchangeFormatter
Tracer. getExchangeFormatter()
To use a custom exchange formatter for formatting the output of theExchange
in the trace logs.Methods in org.apache.camel.spi with parameters of type ExchangeFormatter Modifier and Type Method Description void
Tracer. setExchangeFormatter(ExchangeFormatter exchangeFormatter)
To use a custom exchange formatter for formatting the output of theExchange
in the trace logs.
-