Uses of Interface
org.apache.camel.spi.ExchangeFormatter
Packages that use ExchangeFormatter
Package
Description
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 ExchangeFormatterModifier and TypeMethodDescriptionTracer.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 ExchangeFormatterModifier and TypeMethodDescriptionvoid
Tracer.setExchangeFormatter
(ExchangeFormatter exchangeFormatter) To use a custom exchange formatter for formatting the output of theExchange
in the trace logs.