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 ExchangeFormatterTracer. getExchangeFormatter()To use a custom exchange formatter for formatting the output of theExchangein the trace logs.Methods in org.apache.camel.spi with parameters of type ExchangeFormatter Modifier and Type Method Description voidTracer. setExchangeFormatter(ExchangeFormatter exchangeFormatter)To use a custom exchange formatter for formatting the output of theExchangein the trace logs.
-