Package com.skava.oms.processor.infinity
Class DefaultPromotionProcessor
java.lang.Object
com.skava.oms.processor.infinity.DefaultPromotionProcessor
- All Implemented Interfaces:
DefaultProcessor
DefaultPromotionProcessor support
to listen promotions from process.
Set default transaction information
to this items and send to services.
- Since:
- 01-Nov-2018
- Author:
- Infosys Equinox
-
Field Summary
Fields -
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.
-
Field Details
-
REASON_MESSAGE
- See Also:
-
-
Constructor Details
-
DefaultPromotionProcessor
public DefaultPromotionProcessor()
-
-
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
-