Interface DebuggerFactory


public interface DebuggerFactory
Factory for creating Debugger.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the debugger.
  • Method Details

    • createDebugger

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