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 TypeMethodDescriptionvoidexecute(BarSkeleton barSkeleton, FlowContext flowContext) Dispatch the given flow context for execution on an appropriate thread.
-
Method Details
-
execute
Dispatch the given flow context for execution on an appropriate thread.- Parameters:
barSkeleton- the skeleton that will handle the requestflowContext- the per-request flow context
-