Namespace Org.Apache.Kafka.Streams.Errors
Classes
- StreamsUncaughtExceptionHandler
Listener for Kafka StreamsUncaughtExceptionHandler. Extends JVMBridgeListener, implements IStreamsUncaughtExceptionHandler
- StreamsUncaughtExceptionHandlerDirect
Direct override of StreamsUncaughtExceptionHandler or its generic type if there is one
Interfaces
- IDeserializationExceptionHandler
.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.0.0/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.0.0/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.0.0/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.0.0/org/apache/kafka/streams/errors/ProductionExceptionHandler.html
- IStreamsUncaughtExceptionHandler
Listener for Kafka StreamsUncaughtExceptionHandler. Extends IJVMBridgeBase