Class UserUpdatedService
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.service.events.UserUpdatedService
Service that handled users updated events. It extract required information from the events, maps it to the proper classes and delegates the
management operations on the
UserUpdatedEvent.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SessionCacheOperationCacheOperation cache operations.user States To Delete Record Cache. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleUserUpdatedService(es.kukenan.smartfi.microservice.clients.events.updated.UserUpdatedEvent userUpdatedEvent) Handles the users event updated from users.
-
Field Details
-
userStatesToDeleteRecordCache
user States To Delete Record Cache. -
sessionCacheOperation
CacheOperation cache operations.
-
-
Constructor Details
-
UserUpdatedService
public UserUpdatedService()
-
-
Method Details
-
handleUserUpdatedService
public void handleUserUpdatedService(es.kukenan.smartfi.microservice.clients.events.updated.UserUpdatedEvent userUpdatedEvent) Handles the users event updated from users.- Parameters:
userUpdatedEvent- object holding users updated event.
-