Uses of Interface
org.apache.camel.spi.Debugger
-
Packages that use Debugger Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of Debugger in org.apache.camel
Methods in org.apache.camel that return Debugger Modifier and Type Method Description DebuggerCamelContext. getDebugger()Gets the currentDebuggerMethods in org.apache.camel with parameters of type Debugger Modifier and Type Method Description voidCamelContext. setDebugger(Debugger debugger)Sets a customDebugger -
Uses of Debugger in org.apache.camel.spi
Methods in org.apache.camel.spi that return Debugger Modifier and Type Method Description DebuggerDebuggerFactory. createDebugger(CamelContext camelContext)Creates the debugger.
-