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>>)
Configure the rule executor or action
Declaration
void Configure(IEnumerable<KeyValuePair<string, string>> config)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<KeyValuePair<string, string>> | config |
Type()
The type of rule executor or action
Declaration
string Type()
Returns
Type | Description |
---|---|
string |