Fix return of RetryListener.open() in README
This commit is contained in:
@@ -348,7 +348,7 @@ The following listing shows the `RetryListener` interface:
|
||||
```java
|
||||
public interface RetryListener {
|
||||
|
||||
void open(RetryContext context, RetryCallback<T> callback);
|
||||
boolean open(RetryContext context, RetryCallback<T> callback);
|
||||
|
||||
void onSuccess(RetryContext context, T result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user