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
| Type | Name | Description |
|---|---|---|
| SerializationContext | context | The serialization context. |
| string | referenceName | The name used to reference the schema. |
Returns
| Type | Description |
|---|---|
| string | Construct the subject name under which a referenced schema should be registered in Schema Registry. |