confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IFieldTransform

Inherited Members
IDisposable.Dispose()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IFieldTransform : IDisposable

Methods

Init(RuleContext)

Declaration
void Init(RuleContext ctx)
Parameters
Type Name Description
RuleContext ctx

Transform(RuleContext, FieldContext, object)

Declaration
Task<object> Transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, object fieldValue)
Parameters
Type Name Description
RuleContext ctx
RuleContext.FieldContext fieldCtx
object fieldValue
Returns
Type Description
Task<object>
In this article