Interface ExecutorFacotry
-
- Type Parameters:
T-
- All Known Implementing Classes:
JobInputExecutorFactory,JobOutputExecutorFactory
public interface ExecutorFacotry执行器创造工厂- Author:
- lb
- Date:
- 2023年12月8日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()这个close 代表不需要使用了ExecutorgetInstance()执行实例
-
-
-
Method Detail
-
getInstance
Executor getInstance()
执行实例- Returns:
-
close
void close()
这个close 代表不需要使用了
-
-