Class DefaultLoyaltyProcessor

java.lang.Object
com.skava.oms.processor.infinity.DefaultLoyaltyProcessor
All Implemented Interfaces:
DefaultProcessor

public class DefaultLoyaltyProcessor extends Object implements DefaultProcessor
DefaultLoyaltyProcessor support to listen loyalty reward flow from process. Set default reward information and send to services.
Author:
Infosys Equinox
  • Constructor Details

    • DefaultLoyaltyProcessor

      public DefaultLoyaltyProcessor()
  • Method Details

    • process

      public com.fasterxml.jackson.databind.JsonNode process(com.fasterxml.jackson.databind.JsonNode jsonNode)
      Debug logger has been added to this method. Process the loyalty payload and build the reward details to the default process.
      Specified by:
      process in interface DefaultProcessor