1 reference to ProducerConnectionFactoryType
Aspire.Confluent.Kafka.Tests (1)
ReflectionHelpers.cs (1)
14
public static readonly Lazy<Type> ProducerConnectionFactoryStringKeyStringValueType = new Lazy<Type>(() =>
ProducerConnectionFactoryType
.Value.MakeGenericType(typeof(string), typeof(string)));