Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
formatted list of fallback priorities
  • Loading branch information
dmgcodevil authored Feb 22, 2017
1 parent 5256537 commit e9997e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hystrix-contrib/hystrix-javanica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ Default fallback feature allows to engage DRY principle and get rid of redundanc

Default fallback method should not have any parameters except extra one to get execution exception and shouldn't throw any exceptions.
Below fallbacks listed in descending order of priority:

1. command fallback defined using `fallbackMethod` property of `@HystrixCommand`
2. command default fallback defined using `defaultFallback` property of `@HystrixCommand`
3. class default fallback defined using `defaultFallback` property of `@DefaultProperties`
Expand Down

0 comments on commit e9997e0

Please sign in to comment.