Class PipelineHelper

java.lang.Object
org.apache.camel.processor.PipelineHelper

public final class PipelineHelper extends Object
Helper for processing Exchange in a pipeline.
  • Method Details

    • continueProcessing

      public static boolean continueProcessing(org.apache.camel.Exchange exchange, String message, org.slf4j.Logger log)
      Should we continue processing the exchange?
      Parameters:
      exchange - the next exchange
      message - a message to use when logging that we should not continue processing
      log - a logger
      Returns:
      true to continue processing, false to break out, for example if an exception occurred.