public interface ExchangeFormatter
Exchange into a String representation
usually to be used for logging or tracing purposes.| Modifier and Type | Method and Description |
|---|---|
String |
format(Exchange exchange)
Generates a string representation of the exchange
|
Apache Camel