| Modifier and Type | Method and Description |
|---|---|
static boolean |
continueProcessing(org.apache.camel.Exchange exchange,
String message,
org.slf4j.Logger log)
Should we continue processing the exchange?
|
public static boolean continueProcessing(org.apache.camel.Exchange exchange,
String message,
org.slf4j.Logger log)
exchange - the next exchangemessage - a message to use when logging that we should not continue processinglog - a loggerApache Camel