Namespace Org.Apache.Kafka.Clients.Producer
Classes
- Callback
Listener for Kafka Callback. Extends JVMBridgeListener, implements ICallback
- CallbackDirect
Concrete CLR representation of Callback returned by the JVM.
- PartitionerDirect
Concrete CLR representation of Partitioner returned by the JVM.
- ProducerInterceptorDirect
Concrete CLR representation of ProducerInterceptor returned by the JVM.
- ProducerInterceptorDirect<K, V>
Concrete CLR representation of ProducerInterceptor returned by the JVM.
Interfaces
- ICallback
Listener for Kafka Callback. Extends IJVMBridgeBase
- IPartitioner
.NET interface for org.mases.knet.generated.org.apache.kafka.clients.producer.Partitioner implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/4.2.1/org/apache/kafka/clients/producer/Partitioner.html
- IProducerInterceptor<K, V>
.NET interface for org.mases.knet.generated.org.apache.kafka.clients.producer.ProducerInterceptor implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/4.2.1/org/apache/kafka/clients/producer/ProducerInterceptor.html
- IProducer<K, V>
.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/4.2.1/org/apache/kafka/clients/producer/Producer.html