public class ExponentalBackoff extends Object
| Constructor and Description |
|---|
ExponentalBackoff(String logTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure() |
void |
onFailureNoWait() |
void |
onSuccess() |
void |
reset() |
public ExponentalBackoff(String logTag)
public void onFailure()
throws InterruptedException
InterruptedExceptionpublic void onFailureNoWait()
public void onSuccess()
public void reset()
Copyright © 2016. All rights reserved.