Interface IRuleAction
A rule action
Inherited Members
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IRuleAction : IRuleBase, IDisposable
Methods
Run(RuleContext, object, RuleException)
Run the rule action based on the rule context
Declaration
Task Run(RuleContext ctx, object message, RuleException exception = null)
Parameters
Type | Name | Description |
---|---|---|
RuleContext | ctx | |
object | message | |
RuleException | exception |
Returns
Type | Description |
---|---|
Task |