public interface EBRetryStrategy
Modifier and Type | Method and Description |
---|---|
EBRetryStrategy |
copy() |
String |
getName() |
long |
getWaitMilli() |
void |
onFail() |
void |
onSuccess() |
void |
reset() |
boolean |
shouldContinue() |
org.json.JSONObject |
toJSON(org.json.JSONObject json) |
String getName()
void onFail()
void onSuccess()
void reset()
boolean shouldContinue()
long getWaitMilli()
EBRetryStrategy copy()
org.json.JSONObject toJSON(org.json.JSONObject json)
Copyright © 2016. All rights reserved.