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 Detail

      • format

        String format​(Exchange exchange)
        Generates a string representation of the exchange
        Parameters:
        exchange - the exchange
        Returns:
        a string representation of the exchange