Interface DebugAndTraceListener

  • All Superinterfaces:
    TraceListener

    public interface DebugAndTraceListener
    extends TraceListener
    A debug and trace listener for the connection process and communication between a Connection and the One Automation Engine communication process.
    • Method Detail

      • messageDebug

        void messageDebug​(java.lang.String message)
        Handle a debug message
        Parameters:
        message - a message describing something that happens in the Connection object. This is meta-information, not something that was sent or received.