Class NoopProcessor

java.lang.Object
org.apache.camel.component.kamelet.NoopProcessor
All Implemented Interfaces:
org.apache.camel.Processor

public class NoopProcessor extends Object implements org.apache.camel.Processor
A noop processor that does nothing.
  • Constructor Details

    • NoopProcessor

      public NoopProcessor()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      Specified by:
      process in interface org.apache.camel.Processor
      Throws:
      Exception