Class NotificationsEventParser
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventParser<AbstractNotificationsEvents>
es.kukenan.smartfi.microservice.contracts.events.NotificationsEventParser
- All Implemented Interfaces:
es.kukenan.smartfi.events.common.EventParser
public class NotificationsEventParser
extends es.kukenan.smartfi.events.common.AbstractEventParser<AbstractNotificationsEvents>
Event parser for products micro-service events.
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationsEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Class constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventParser
parse, wants
-
Constructor Details
-
NotificationsEventParser
public NotificationsEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Class constructor.- Parameters:
customObjectMapper- object mapper that will be used to serialize/deserialize json.
-