Package org.apache.camel.spi
Interface ExchangeFormatter
public interface ExchangeFormatter
A plugin used to turn an
Exchange into a String representation usually to be used for logging or tracing
purposes.-
Method Summary
-
Method Details
-
format
Generates a string representation of the exchange- Parameters:
exchange- the exchange- Returns:
- a string representation of the exchange
-