You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample demonstrate how we can apply a Spring Cloud @HystrixCommand on the Spring Integration @ServiceActivator.
Note
Since Netflix Hystrix proxying is based on the AspectJ, we can’t apply @HystrixCommand on the @MessagingGateway interfaces.
The JDK Proxy is not compatible with AspectJ and method annotations are not visible for the AspectJAwareAdvisorAutoProxyCreator.