Interface JetStreamListenerExceptionHandler

All Superinterfaces:
io.micronaut.core.exceptions.ExceptionHandler<JetStreamListenerException>
All Known Implementing Classes:
DefaultJetStreamListenerExceptionHandler

public interface JetStreamListenerExceptionHandler extends io.micronaut.core.exceptions.ExceptionHandler<JetStreamListenerException>
Interface that JetStreamListenerException beans can implement to handle exceptions.
Since:
4.0.0
Author:
Joachim Grimm
  • Method Summary

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

    handle