Class CelFieldExecutor
Inheritance
CelFieldExecutor
Assembly: Confluent.SchemaRegistry.Rules.dll
Syntax
public class CelFieldExecutor : FieldRuleExecutor, IRuleExecutor, IRuleBase, IDisposable
Constructors
CelFieldExecutor()
Declaration
public CelFieldExecutor()
Fields
RuleType
Declaration
public static readonly string RuleType
Field Value
Methods
Configure the rule executor or action
Declaration
public override void Configure(IEnumerable<KeyValuePair<string, string>> config)
Parameters
Overrides
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
NewTransform(RuleContext)
Declaration
public override IFieldTransform NewTransform(RuleContext ctx)
Parameters
Returns
Overrides
Register()
Declaration
public static void Register()
Type()
The type of rule executor or action
Declaration
public override string Type()
Returns
Overrides
Implements