Class UsersEventParser
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventParser<AbstractUsersEvent>
es.kukenan.smartfi.microservice.clients.events.UsersEventParser
- All Implemented Interfaces:
es.kukenan.smartfi.events.common.EventParser
public class UsersEventParser
extends es.kukenan.smartfi.events.common.AbstractEventParser<AbstractUsersEvent>
Event parser for users micro-service events.
-
Constructor Summary
ConstructorsConstructorDescriptionUsersEventParser(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
-
UsersEventParser
public UsersEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Class constructor.- Parameters:
customObjectMapper- object mapper that will be used to serialize/deserialize json.
-