Class BarSkeleton

java.lang.Object
com.iohao.net.framework.core.BarSkeleton

public final class BarSkeleton extends Object
Central execution engine of the ionet business framework.

Holds action commands, flow executor, interceptors, and communication aggregation. Built via BarSkeletonBuilder.

Author:
渔民小镇
date:
2021-12-12
  • Constructor Details

    • BarSkeleton

      public BarSkeleton()
  • Method Details

    • builder

      public static BarSkeletonBuilder builder()
      Create a new BarSkeletonBuilder instance.
      Returns:
      a new builder
    • handle

      public void handle(FlowContext flowContext)
      Handle an incoming request by executing the flow pipeline.
      Parameters:
      flowContext - the per-request flow context