IAdapterWrapperPipelineBuilder

StockSharp.Algo.Basket

Interface for building adapter wrapper pipeline.

メソッド

BuildAsync(IMessageAdapter, AdapterWrapperConfiguration, CancellationToken) : ValueTask<IMessageAdapter>

Creates wrapper pipeline around the specified adapter.

adapter
The inner adapter to wrap.
config
Configuration for building the pipeline.
cancellationToken
CancellationToken

戻り値: The outermost adapter in the pipeline (may be the original adapter if no wrappers applied).