Class EmptyHandleContext
- java.lang.Object
-
- risesoft.data.transfer.core.handle.HandleContext
-
- risesoft.data.transfer.core.handle.EmptyHandleContext
-
- Type Parameters:
F-
public class EmptyHandleContext extends HandleContext
空的上下文- Author:
- lb
- Date:
- 2023年12月6日
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyHandleContextEMPTY
-
Constructor Summary
Constructors Constructor Description EmptyHandleContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(DoHandle doHandle)执行对应执行器-
Methods inherited from class risesoft.data.transfer.core.handle.HandleContext
add, contains, getHandle, remove
-
-
-
-
Field Detail
-
EMPTY
public static EmptyHandleContext EMPTY
-
-
Method Detail
-
handle
public void handle(DoHandle doHandle)
Description copied from class:HandleContext执行对应执行器- Overrides:
handlein classHandleContext
-
-