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