confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IRuleBase

A base class for rule executors and actions

Inherited Members
IDisposable.Dispose()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IRuleBase : IDisposable

Methods

Configure(IEnumerable<KeyValuePair<string, string>>, ISchemaRegistryClient)

Configure the rule executor or action

Declaration
void Configure(IEnumerable<KeyValuePair<string, string>> config, ISchemaRegistryClient client = null)
Parameters
TypeNameDescription
IEnumerable<KeyValuePair<string, string>>config
ISchemaRegistryClientclient

Type()

The type of rule executor or action

Declaration
string Type()
Returns
TypeDescription
string
In this article