Class FlowExecutorKit
java.lang.Object
com.iohao.net.framework.core.kit.FlowExecutorKit
Flow execution pipeline utility. Orchestrates the complete request processing:
interceptors -> controller instantiation -> method invocation -> response handling.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-11
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecute(FlowContext flowContext, BarSkeleton barSkeleton) Execute the full action method processing pipeline.
-
Constructor Details
-
FlowExecutorKit
public FlowExecutorKit()
-
-
Method Details
-
execute
Execute the full action method processing pipeline.- Parameters:
flowContext- the current request flow contextbarSkeleton- the skeleton holding action commands, interceptors, and processors
-