public class RetryHandler
extends java.lang.Object
构造器和说明 |
---|
RetryHandler(int maxRetryCount) |
限定符和类型 | 方法和说明 |
---|---|
void |
setMaxRetryCount(int maxRetryCount) |
RetryType |
shouldRetry(LogException e,
int currentRetryCount) |
public void setMaxRetryCount(int maxRetryCount)
public RetryType shouldRetry(LogException e, int currentRetryCount)