Package org.apache.camel.spi
Interface DebuggerFactory
-
public interface DebuggerFactoryFactory for creatingDebugger.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DebuggercreateDebugger(CamelContext camelContext)Creates the debugger.
-
-
-
Method Detail
-
createDebugger
Debugger createDebugger(CamelContext camelContext) throws Exception
Creates the debugger.- Parameters:
camelContext- the camel context- Returns:
- the created debugger
- Throws:
Exception
-
-