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

    Modifier and Type
    Method
    Description
    format(Exchange exchange)
    Generates a string representation of the exchange
  • Method Details

    • format

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