confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IRuleAction

A rule action

Inherited Members
IRuleBase.Configure(IEnumerable<KeyValuePair<string, string>>, ISchemaRegistryClient)
IRuleBase.Type()
IDisposable.Dispose()
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
In this article