Interface Executor
-
- Type Parameters:
Task-
- All Superinterfaces:
Closed
- All Known Implementing Classes:
AbstractExecutor,InChannelExecutor,OutChannelExecutor
public interface Executor extends Closed
执行器- Author:
- lb
- Date:
- 2023年12月5日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(Object task)执行任务
-
-
-
Method Detail
-
run
void run(Object task)
执行任务- Parameters:
task- 任务
-
-