Interface IModuleInvocationHandlerConfig

Specifies the ModuleInvocationHandler configuration.

Namespace: Solti.Utils.Rpc.Pipeline
Assembly: Solti.Utils.Rpc.Server.dll
Syntax
public interface IModuleInvocationHandlerConfig

Properties

ContextStore

The context store.

Declaration
IDictionary<IInjector, IRpcRequestContext> ContextStore { get; }
Property Value
Type Description
IDictionary<Solti.Utils.DI.Interfaces.IInjector, IRpcRequestContext>

ModuleInvocation

In runtime built delegate containing the module invocation logic.

Declaration
ModuleInvocation ModuleInvocation { get; }
Property Value
Type Description
ModuleInvocation
In This Article
Back to top Generated by DocFX