PipelineBehavior<TResponse, TRequest>.factory constructor
const
PipelineBehavior<TResponse, TRequest>.factory (
- PipelineBehaviorFactory<
TResponse, TRequest> factory
Factory based PipelineBehavior.
Implementation
const factory PipelineBehavior.factory(
PipelineBehaviorFactory<TResponse, TRequest> factory,
) = _FactoryPipelineBehavior;