Interface IdChangeEventHandlerService
-
public interface IdChangeEventHandlerServiceID Change Event handler service interface.- Author:
- Loganathan Sekar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleIdEvent(io.mosip.kernel.core.websub.model.EventModel events)Handle id event.
-
-
-
Method Detail
-
handleIdEvent
void handleIdEvent(io.mosip.kernel.core.websub.model.EventModel events) throws IdAuthenticationBusinessExceptionHandle id event.- Parameters:
events- the events- Throws:
IdAuthenticationBusinessException
-
-