PipelineBehavior<TResponse, TRequest>.function constructor
const
PipelineBehavior<TResponse, TRequest>.function (
- PipelineHandler<
TResponse, TRequest> handler
Function based PipelineBehavior.
Implementation
const factory PipelineBehavior.function(
PipelineHandler<TResponse, TRequest> handler,
) = _FunctionPipelineBehavior;