Interface IRuleExecutor
A rule executor
Inherited Members
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IRuleExecutor : IRuleBase, IDisposable
Methods
Transform(RuleContext, object)
Transform the message based on the rule context
Declaration
Task<object> Transform(RuleContext ctx, object message)
Parameters
| Type | Name | Description |
|---|---|---|
| RuleContext | ctx | |
| object | message |
Returns
| Type | Description |
|---|---|
| Task<object> |