Uses of Class
com.skava.model.responses.AddressesResponse
Packages that use AddressesResponse
Package
Description
This package contains the user service implementation classes.
-
Uses of AddressesResponse in com.skava.service.impl
Methods in com.skava.service.impl that return AddressesResponseModifier and TypeMethodDescriptionCreateAddressesServiceImpl.methodFallback
(UserAddressRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.DeleteAddressServiceImpl.methodFallback
(UserAddressRequest input) 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.GetAddressServiceImpl.methodFallback
(UserAddressRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetAllAddressesServiceImpl.methodFallback
(UserAddressRequest input) 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.UpdateAddressServiceImpl.methodFallback
(UserAddressRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.CreateAddressesServiceImpl.process
(@Valid UserAddressRequest request) This method is used to create new address for the registered user.DeleteAddressServiceImpl.process
(UserAddressRequest request) This method is used to delete an address for registered user.GetAddressServiceImpl.process
(UserAddressRequest request) This method is used to load the address for the registered user.GetAllAddressesServiceImpl.process
(UserAddressRequest request) This method is used to load all the address for the registered user.UpdateAddressServiceImpl.process
(UserAddressRequest request) This method is used to update an address for registered user.