public abstract class RetryTask extends Object
long
createTime
RetryTask()
RetryTask(ExecuteCallback callback)
int
getStepPoint()
abstract boolean
process()
void
saveStepPoint(int point)
abstract String
traceId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final long createTime
public RetryTask()
public RetryTask(ExecuteCallback callback)
public abstract String traceId()
public abstract boolean process() throws Exception
Exception
public void saveStepPoint(int point)
public int getStepPoint()
Copyright © 2025. All rights reserved.