java.lang.Object
org.qubership.integration.platform.engine.camel.processors.EmptyProcessor
All Implemented Interfaces:
org.apache.camel.Processor

@Component public class EmptyProcessor extends Object implements org.apache.camel.Processor
Used for 'split' element after transform stub due to error:
java.lang.NullPointerException: Cannot invoke "org.apache.camel.CamelContext.getCamelContextExtension()" because "this.camelContext" is null
  • Constructor Details

    • EmptyProcessor

      public EmptyProcessor()
  • Method Details

    • process

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