Interface SkeletonThreadPipeline

All Known Implementing Classes:
DefaultSkeletonThreadPipeline

public interface SkeletonThreadPipeline
Strategy for dispatching a FlowContext to a thread executor within a BarSkeleton.

Implementations decide which executor to use and how to submit the request for processing.

Author:
渔民小镇
date:
2022-06-26
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(BarSkeleton barSkeleton, FlowContext flowContext)
    Dispatch the given flow context for execution on an appropriate thread.
  • Method Details

    • execute

      void execute(BarSkeleton barSkeleton, FlowContext flowContext)
      Dispatch the given flow context for execution on an appropriate thread.
      Parameters:
      barSkeleton - the skeleton that will handle the request
      flowContext - the per-request flow context