Package org.apache.camel.spi
Interface ExchangeFormatter
-
public interface ExchangeFormatterA plugin used to turn anExchangeinto a String representation usually to be used for logging or tracing purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Exchange exchange)Generates a string representation of the exchange
-