The @HystrixCommand annotation is used to configure fallbackMethod. We'll annotate controller RestaurantServiceAPI.java methods to configure the fallback methods. Whenever repeated failures are identified in restaurat-api calls written in this controller class