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
If a HystrixCommand has a fallback implemented the exception is not thrown. Sometimes there are use cases where application code wants to inspect the exception even though there is a fallback.
It would be something like:
HystrixCommand.getExceptionIfThrown()
The text was updated successfully, but these errors were encountered:
If a HystrixCommand has a fallback implemented the exception is not thrown. Sometimes there are use cases where application code wants to inspect the exception even though there is a fallback.
It would be something like:
HystrixCommand.getExceptionIfThrown()
The text was updated successfully, but these errors were encountered: