Uses of Interface
org.apache.shenyu.common.timer.TaskEntity
-
Packages that use TaskEntity Package Description org.apache.shenyu.common.timer -
-
Uses of TaskEntity in org.apache.shenyu.common.timer
Classes in org.apache.shenyu.common.timer that implement TaskEntity Modifier and Type Class Description static classTimerTaskList.TimerTaskEntryThe type Timer task entry.Methods in org.apache.shenyu.common.timer with parameters of type TaskEntity Modifier and Type Method Description protected voidAbstractRetryTask. again(TaskEntity taskEntity)voidAbstractRetryTask. run(TaskEntity taskEntity)voidAbstractRoundTask. run(TaskEntity taskEntity)abstract voidTimerTask. run(TaskEntity taskEntity)Run.
-