Interface IRequestPipeConfigurator

Describes how to configure the request pipeline.

Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public interface IRequestPipeConfigurator

Methods

Use<TRequestHandlerBuilder>(Action<TRequestHandlerBuilder>)

Uses the given TRequestHandlerBuilder to configure the request pipe.

Declaration
IRequestPipeConfigurator Use<TRequestHandlerBuilder>(Action<TRequestHandlerBuilder> configCallback = null)
    where TRequestHandlerBuilder : IBuilder<IRequestHandler>.IParameterizedBuilder<IRequestHandler>
Parameters
Type Name Description
Action<TRequestHandlerBuilder> configCallback
Returns
Type Description
IRequestPipeConfigurator
Type Parameters
Name Description
TRequestHandlerBuilder
In This Article
Back to top Generated by DocFX