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?
|
static org.apache.camel.Exchange |
createNextExchange(org.apache.camel.Exchange previousExchange)
Strategy method to create the next exchange from the previous 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 loggerpublic static org.apache.camel.Exchange createNextExchange(org.apache.camel.Exchange previousExchange)
previousExchange
- the previous exchangeApache Camel