Class SubjectNameStrategyExtensions
Extension methods for the SubjectNameStrategy type.
Inheritance
SubjectNameStrategyExtensions
Assembly: Confluent.SchemaRegistry.dll
Syntax
public static class SubjectNameStrategyExtensions
Methods
ConstructKeySubjectName(SubjectNameStrategy, string, string)
Helper method to construct the key subject name given the specified parameters.
Declaration
public static string ConstructKeySubjectName(this SubjectNameStrategy strategy, string topic, string recordType = null)
Parameters
Returns
ConstructValueSubjectName(SubjectNameStrategy, string, string)
Helper method to construct the value subject name given the specified parameters.
Declaration
public static string ConstructValueSubjectName(this SubjectNameStrategy strategy, string topic, string recordType = null)
Parameters
Returns
ToDelegate(SubjectNameStrategy)
Provide a functional implementation corresponding to the enum value.
Declaration
public static SubjectNameStrategyDelegate ToDelegate(this SubjectNameStrategy strategy)
Parameters
Returns