Package com.skava.oms.processor.infinity
Class DefaultLoyaltyDiscountProcessor
java.lang.Object
com.skava.oms.processor.infinity.DefaultLoyaltyDiscountProcessor
- All Implemented Interfaces:
DefaultProcessor
DefaultLoyaltyProcessor support to listen loyalty redemption flow from process.
Set default transaction information to this items 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
-
DefaultLoyaltyDiscountProcessor
public DefaultLoyaltyDiscountProcessor()
-
-
Method Details
-
process
public com.fasterxml.jackson.databind.JsonNode process(com.fasterxml.jackson.databind.JsonNode jsonNode) Debug logger has been added to this method.- Specified by:
process
in interfaceDefaultProcessor
-