Uses of Interface
org.apache.camel.spi.Debugger
-
Packages that use Debugger Package Description org.apache.camel The core Camel API. -
-
Uses of Debugger in org.apache.camel
Methods in org.apache.camel that return Debugger Modifier and Type Method Description Debugger
CamelContext. getDebugger()
Gets the currentDebugger
Methods in org.apache.camel with parameters of type Debugger Modifier and Type Method Description void
CamelContext. setDebugger(Debugger debugger)
Sets a customDebugger
-