Uses of Class
com.skava.model.requests.UserConsentHistoryRequest
Packages that use UserConsentHistoryRequest
Package
Description
This package contains the user service implementation classes.
-
Uses of UserConsentHistoryRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type UserConsentHistoryRequestModifier and TypeMethodDescriptionGetAllUserConsentHistoryServiceImpl.methodFallback
(UserConsentHistoryRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly - Method fallback.GetAllUserConsentHistoryServiceImpl.process
(UserConsentHistoryRequest request) This method is used to load all consents history captured for a user.