Uses of Interface
org.apache.camel.spi.Condition

Packages that use Condition
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of Condition in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement Condition
 class ConditionSupport
          A support class for Condition implementations to use as base class.
 

Methods in org.apache.camel.impl with parameters of type Condition
 void DefaultDebugger.addBreakpoint(Breakpoint breakpoint, Condition... conditions)
           
 void DefaultDebugger.addSingleStepBreakpoint(Breakpoint breakpoint, Condition... conditions)
           
 

Uses of Condition in org.apache.camel.spi
 

Methods in org.apache.camel.spi with parameters of type Condition
 void Debugger.addBreakpoint(Breakpoint breakpoint, Condition... conditions)
          Add the given breakpoint
 void Debugger.addSingleStepBreakpoint(Breakpoint breakpoint, Condition... conditions)
          Add the given breakpoint which will be used in single step mode

The debugger will single step the first message arriving.

 



Apache CAMEL