Uses of Interface
io.mosip.authentication.common.service.websub.dto.EventInterface
-
Packages that use EventInterface Package Description io.mosip.authentication.common.service.helper io.mosip.authentication.common.service.impl.idevent io.mosip.authentication.common.service.websub.dto -
-
Uses of EventInterface in io.mosip.authentication.common.service.helper
Methods in io.mosip.authentication.common.service.helper with type parameters of type EventInterface Modifier and Type Method Description <T extends EventInterface,S>
EventModel<T>WebSubHelper. createEventModel(String topic, T event)Creates the event model. -
Uses of EventInterface in io.mosip.authentication.common.service.impl.idevent
Classes in io.mosip.authentication.common.service.impl.idevent that implement EventInterface Modifier and Type Class Description classAuthTransactionStatusEventThe class auth transaction status event.classAuthTypeStatusUpdateAckEventInstantiates a new auth type status update acknowledge event.classCredentialStatusUpdateEventInstantiates a new credential status update event. -
Uses of EventInterface in io.mosip.authentication.common.service.websub.dto
Classes in io.mosip.authentication.common.service.websub.dto with type parameters of type EventInterface Modifier and Type Class Description classEventModel<T extends EventInterface>Instantiates a new event model.
-