public interface Condition
Exchange
matches when is being routed.
Is used by the Debugger
to apply Condition
s
to Breakpoint
s to define rules when the breakpoints should match.Modifier and Type | Method and Description |
---|---|
boolean |
matchEvent(Exchange exchange,
CamelEvent.ExchangeEvent event)
Does the condition match
|
boolean |
matchProcess(Exchange exchange,
Processor processor,
NamedNode definition)
Does the condition match
|
boolean matchProcess(Exchange exchange, Processor processor, NamedNode definition)
boolean matchEvent(Exchange exchange, CamelEvent.ExchangeEvent event)
exchange
- the exchangeevent
- the event (instance of CamelEvent.ExchangeEvent
CamelEvent.ExchangeEvent
Apache Camel