Class SynapseDebugTCPListener

  • All Implemented Interfaces:
    Runnable

    public class SynapseDebugTCPListener
    extends Thread
    A separate dedicated thread that handles debug commands parsing and processing. Thread spans the the lifecycle of ESB runtime, if ESB environment is created debug mode.
    • Method Detail

      • setDebugModeInProgress

        public void setDebugModeInProgress​(boolean isDebugModeInProgress)
      • getDebugModeInProgress

        public boolean getDebugModeInProgress()
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • shutDownListener

        public void shutDownListener()