Uses of Interface
org.apache.camel.spi.Breakpoint
Packages that use Breakpoint
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Breakpoint in org.apache.camel.spi
Methods in org.apache.camel.spi that return types with arguments of type BreakpointMethods in org.apache.camel.spi with parameters of type BreakpointModifier and TypeMethodDescriptionvoidDebugger.addBreakpoint(Breakpoint breakpoint) Add the given breakpointvoidDebugger.addBreakpoint(Breakpoint breakpoint, Condition... conditions) Add the given breakpointvoidDebugger.addSingleStepBreakpoint(Breakpoint breakpoint) Add the given breakpoint which will be used in single step modevoidDebugger.addSingleStepBreakpoint(Breakpoint breakpoint, Condition... conditions) Add the given breakpoint which will be used in single step modevoidDebugger.removeBreakpoint(Breakpoint breakpoint) Removes the given breakpointbooleanDebugger.startSingleStepExchange(String exchangeId, Breakpoint breakpoint) Starts the single step debug mode for the given exchange