Class BackofficeMonitorManagementEventParser
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventParser<AbstractBackofficeMonitorEvent>
es.kukenan.smartfi.microservice.backoffice.events.BackofficeMonitorManagementEventParser
- All Implemented Interfaces:
es.kukenan.smartfi.events.common.EventParser
public class BackofficeMonitorManagementEventParser
extends es.kukenan.smartfi.events.common.AbstractEventParser<AbstractBackofficeMonitorEvent>
Event parser for client management events type.
-
Constructor Summary
ConstructorsConstructorDescriptionBackofficeMonitorManagementEventParser(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
-
BackofficeMonitorManagementEventParser
public BackofficeMonitorManagementEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Class constructor.- Parameters:
customObjectMapper- object mapper that will be used to serialize/deserialize json.
-