public final class PipelineHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
continueProcessing(Exchange exchange,
String message,
org.slf4j.Logger log)
Should we continue processing the exchange?
|
static Exchange |
createNextExchange(Exchange previousExchange)
Strategy method to create the next exchange from the previous exchange.
|
public static boolean continueProcessing(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 Exchange createNextExchange(Exchange previousExchange)
previousExchange - the previous exchangeApache Camel