Uses of Class
io.mosip.mimoto.model.EventModel
-
Packages that use EventModel Package Description io.mosip.mimoto.controller io.mosip.mimoto.service io.mosip.mimoto.service.impl -
-
Uses of EventModel in io.mosip.mimoto.controller
Methods in io.mosip.mimoto.controller with parameters of type EventModel Modifier and Type Method Description org.springframework.http.ResponseEntity<GenericResponseDTO>CredentialShareController. handleSubscribeEvent(EventModel eventModel)Websub callback for Verifiable Credential share. -
Uses of EventModel in io.mosip.mimoto.service
Methods in io.mosip.mimoto.service with parameters of type EventModel Modifier and Type Method Description booleanCredentialShareService. generateDocuments(EventModel eventModel)Generate documents from websub event model. -
Uses of EventModel in io.mosip.mimoto.service.impl
Methods in io.mosip.mimoto.service.impl with parameters of type EventModel Modifier and Type Method Description booleanCredentialShareServiceImpl. generateDocuments(EventModel eventModel)
-