Interface TrafficListener

All Known Implementing Classes:
LogTrafficListener

public interface TrafficListener
Contract to log outbound and inbound Commands.
Since:
5.5.0
See Also:
  • Field Details

  • Method Details

    • write

      void write(Command outboundCommand)
      Notified for each outbound Command.
      Parameters:
      outboundCommand -
    • read

      void read(Command inboundCommand)
      Notified for each inbound Command.
      Parameters:
      inboundCommand -