Interface KafkaListenerExceptionHandler

All Superinterfaces:
io.micronaut.core.exceptions.ExceptionHandler<KafkaListenerException>
All Known Implementing Classes:
DefaultKafkaListenerExceptionHandler

public interface KafkaListenerExceptionHandler extends io.micronaut.core.exceptions.ExceptionHandler<KafkaListenerException>
Interface that KafkaListener beans can implement to handle exceptions.
Since:
1.0
Author:
graemerocher
  • Method Summary

    Methods inherited from interface io.micronaut.core.exceptions.ExceptionHandler

    handle