Skip to content

Commit 02fe329

Browse files
committed
Fix broken hystrix example.
1 parent f344dbd commit 02fe329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hystrix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ YourApi api = HystrixFeign.builder()
3535
.target(YourApi.class, "https://example.com");
3636

3737
// for reactive
38-
api.getYourTypeObservable("a").toObservable
38+
api.getYourType("a").toObservable
3939

4040
// or apply hystrix to RxJava methods
4141
api.getYourTypeObservable("a")

0 commit comments

Comments
 (0)