Interface IRuleBase
A base class for rule executors and actions
Inherited Members
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
| Type | Name | Description |
|---|---|---|
| IEnumerable<KeyValuePair<string, string>> | config | |
| ISchemaRegistryClient | client |
Type()
The type of rule executor or action
Declaration
string Type()
Returns
| Type | Description |
|---|---|
| string |