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

@Component public class HttpTriggerProcessor extends Object implements org.apache.camel.Processor
Processor is used to parse path variables from uri of input http request and set them as environment variables at camel context
  • Constructor Details

  • Method Details

    • process

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