Uses of Interface
org.apache.camel.spi.Condition
-
Packages that use Condition Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of Condition in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type Condition Modifier and Type Method Description voidDebugger. addBreakpoint(Breakpoint breakpoint, Condition... conditions)Add the given breakpointvoidDebugger. addSingleStepBreakpoint(Breakpoint breakpoint, Condition... conditions)Add the given breakpoint which will be used in single step mode
-