Interface ISchemaProviderHandlerConfig

Specifies the SchemaProviderHandler configuration.

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

Properties

Schema

The actual schema

Declaration
IReadOnlyDictionary<string, object> Schema { get; }
Property Value
Type Description
IReadOnlyDictionary<String, Object>
In This Article
Back to top Generated by DocFX