Class FlowExecutorKit

java.lang.Object
com.iohao.net.framework.core.kit.FlowExecutorKit

public final class FlowExecutorKit extends Object
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 Details

    • FlowExecutorKit

      public FlowExecutorKit()
  • Method Details

    • execute

      public static void execute(FlowContext flowContext, BarSkeleton barSkeleton)
      Execute the full action method processing pipeline.
      Parameters:
      flowContext - the current request flow context
      barSkeleton - the skeleton holding action commands, interceptors, and processors