Package com.skava.oms.processor.infinity
Class DefaultLoyaltyProcessor
java.lang.Object
com.skava.oms.processor.infinity.DefaultLoyaltyProcessor
- All Implemented Interfaces:
DefaultProcessor
DefaultLoyaltyProcessor support to listen loyalty reward flow from process.
Set default reward information and send to services.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
process
(com.fasterxml.jackson.databind.JsonNode jsonNode) Debug logger has been added to this method.
-
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 interfaceDefaultProcessor
-