Uses of Class
com.dani.bff.error.DownstreamServiceException
Packages that use DownstreamServiceException
-
Uses of DownstreamServiceException in com.dani.bff.error
Methods in com.dani.bff.error with parameters of type DownstreamServiceExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ApiError> GlobalErrorHandler.handleDownstreamFailure(DownstreamServiceException exception, org.springframework.web.server.ServerWebExchange exchange) Handles downstream failures that escape resilience fallbacks.