confluent-kafka-dotnet
Show / Hide Table of Contents

Class RuleRegistry

A rule registry.

Inheritance
object
RuleRegistry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public static class RuleRegistry

Methods

GetRuleActions()

Declaration
public static List<IRuleAction> GetRuleActions()
Returns
TypeDescription
List<IRuleAction>

GetRuleExecutors()

Declaration
public static List<IRuleExecutor> GetRuleExecutors()
Returns
TypeDescription
List<IRuleExecutor>

RegisterRuleAction(IRuleAction)

Declaration
public static void RegisterRuleAction(IRuleAction action)
Parameters
TypeNameDescription
IRuleActionaction

RegisterRuleExecutor(IRuleExecutor)

Declaration
public static void RegisterRuleExecutor(IRuleExecutor executor)
Parameters
TypeNameDescription
IRuleExecutorexecutor

TryGetRuleAction(string, out IRuleAction)

Declaration
public static bool TryGetRuleAction(string name, out IRuleAction action)
Parameters
TypeNameDescription
stringname
IRuleActionaction
Returns
TypeDescription
bool

TryGetRuleExecutor(string, out IRuleExecutor)

Declaration
public static bool TryGetRuleExecutor(string name, out IRuleExecutor executor)
Parameters
TypeNameDescription
stringname
IRuleExecutorexecutor
Returns
TypeDescription
bool
In this article