Interface DebuggerFactory


  • public interface DebuggerFactory
    Factory for creating Debugger.
    • Method Detail

      • createDebugger

        Debugger createDebugger​(CamelContext camelContext)
                         throws Exception
        Creates the debugger.
        Parameters:
        camelContext - the camel context
        Returns:
        the created debugger
        Throws:
        Exception