Delegate SubjectNameStrategyDelegate
Construct the subject name under which the schema associated with a record should be registered in Schema Registry.
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public delegate string SubjectNameStrategyDelegate(SerializationContext context, string recordType)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationContext | context | The serialization context.  | 
      
| string | recordType | The type name of the data being written.  | 
      
Returns
| Type | Description | 
|---|---|
| string | Construct the subject name under which the schema associated with a record should be registered in Schema Registry. |