Namespace Org.Apache.Kafka.Streams.Errors
Classes
- StreamsUncaughtExceptionHandler
Listener for Kafka StreamsUncaughtExceptionHandler. Extends JVMBridgeListener, implements IStreamsUncaughtExceptionHandler
- StreamsUncaughtExceptionHandlerDirect
Concrete CLR representation of StreamsUncaughtExceptionHandler returned by the JVM.
Interfaces
- IDeserializationExceptionHandler
.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/errors/DeserializationExceptionHandler.html
- IErrorHandlerContext
.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/errors/ErrorHandlerContext.html
- IProcessingExceptionHandler
.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/errors/ProcessingExceptionHandler.html
- IProductionExceptionHandler
.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.2.1/org/apache/kafka/streams/errors/ProductionExceptionHandler.html
- IStreamsUncaughtExceptionHandler
Listener for Kafka StreamsUncaughtExceptionHandler. Extends IJVMBridgeBase