Class SetRemoveOrderConfirmationCacheAtEnd

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

@Service("setRemoveOrderConfirmationCacheAtEnd") public class SetRemoveOrderConfirmationCacheAtEnd extends Object implements org.apache.camel.Processor

The Class SetRemoveOrderConfirmationCacheAtEnd

This processor class is used to set auto removal of orderlock information in cache Setting isCreateCache property "true" will enable auto-removal from CustomSecuredHttpBinding class
  • Constructor Details

    • SetRemoveOrderConfirmationCacheAtEnd

      public SetRemoveOrderConfirmationCacheAtEnd()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange)
      process
      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.