Uses of Class
io.mosip.authentication.common.service.entity.CredentialEventStore
-
-
Uses of CredentialEventStore in io.mosip.authentication.common.service.impl.idevent
Methods in io.mosip.authentication.common.service.impl.idevent with parameters of type CredentialEventStore Modifier and Type Method Description IdentityEntityCredentialStoreServiceImpl. processCredentialStoreEvent(CredentialEventStore credentialEventStore)Process credential store event. -
Uses of CredentialEventStore in io.mosip.authentication.common.service.repository
Methods in io.mosip.authentication.common.service.repository that return types with arguments of type CredentialEventStore Modifier and Type Method Description org.springframework.data.domain.Page<CredentialEventStore>CredentialEventStoreRepository. findNewOrFailedEvents(org.springframework.data.domain.Pageable pageable)Find new or failed events.Optional<CredentialEventStore>CredentialEventStoreRepository. findTop1ByCredentialTransactionIdOrderByCrDTimesDesc(String requestId)Find top 1 by credential transaction id order by cr D times desc. -
Uses of CredentialEventStore in io.mosip.authentication.common.service.spi.idevent
Methods in io.mosip.authentication.common.service.spi.idevent with parameters of type CredentialEventStore Modifier and Type Method Description IdentityEntityCredentialStoreService. processCredentialStoreEvent(CredentialEventStore credentialEventStore)Process credential store event.
-