com.aliyun.mns.common.comm
类 RetryStrategy
java.lang.Object
com.aliyun.mns.common.comm.RetryStrategy
- 直接已知子类:
- NoRetryStrategy
public abstract class RetryStrategy
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryStrategy
public RetryStrategy()
shouldRetry
public abstract boolean shouldRetry(Exception ex,
RequestMessage request,
ResponseMessage response,
int retries)
getPauseDelay
public long getPauseDelay(int retries)
Copyright © 2016. All Rights Reserved.