public class DelayRetryExecutor extends Object
DelayRetryExecutor(int poolSize, int queueCapacity, int retryPeriodUnitMs, int maxReties)
void
close()
int
getRetryTaskNums()
<T> void
submit(String traceId, ICaller<T> caller)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelayRetryExecutor(int poolSize, int queueCapacity, int retryPeriodUnitMs, int maxReties)
public int getRetryTaskNums()
public <T> void submit(String traceId, ICaller<T> caller)
public void close()
Copyright © 2025. All rights reserved.