I have some fiegn client to send request other micro service.
@FeignClient(name=\"userservice\") public interface UserClient { @RequestMapping(
There's a ErrorDecored interface for that like it says in the documentation
The answer above about FallbackFactory is viable but falls into some other layer of abstraction.