Class MergeGhostWithSubscriptionProcessNow

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

@Service("mergeGhostWithSubscriptionProcessNow") public class MergeGhostWithSubscriptionProcessNow extends Object implements org.apache.camel.Processor

The Class PreValidateDonationGhost

This processor class is used to validate the donation ghost product prerequisites before adding it
Author:
Infosys Equinox
  • Constructor Details

    • MergeGhostWithSubscriptionProcessNow

      public MergeGhostWithSubscriptionProcessNow()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange)
      This process method is used to validate the donation ghost product prerequisites before adding it
      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.