confluent-kafka-dotnet
Show / Hide Table of Contents

Delegate ReferenceSubjectNameStrategyDelegate

Construct the subject name under which a referenced schema should be registered in Schema Registry.

Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public delegate string ReferenceSubjectNameStrategyDelegate(SerializationContext context, string referenceName)
Parameters
TypeNameDescription
SerializationContextcontext

The serialization context.

stringreferenceName

The name used to reference the schema.

Returns
TypeDescription
stringConstruct the subject name under which a referenced schema should be registered in Schema Registry.
In this article