Class ParseNextOrderProcessingItems

java.lang.Object
com.skava.subscription.orchestration.processor.ParseNextOrderProcessingItems
All Implemented Interfaces:
org.apache.camel.Processor

@Service public class ParseNextOrderProcessingItems extends Object implements org.apache.camel.Processor

ParseNextOrderProcessingItems

This class is to add subscribed products to cart.

Since:
February 2024
Author:
Infosys Equinox
  • Constructor Details

    • ParseNextOrderProcessingItems

      public ParseNextOrderProcessingItems()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      This process method is get available items for next processing
      Specified by:
      process in interface org.apache.camel.Processor
      Parameters:
      exchange - Indicates a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
      Throws:
      Exception