Package io.micronaut.nats.exception
Interface NatsListenerExceptionHandler
- All Superinterfaces:
io.micronaut.core.exceptions.ExceptionHandler<NatsListenerException>
- All Known Implementing Classes:
DefaultNatsListenerExceptionHandler
public interface NatsListenerExceptionHandler
extends io.micronaut.core.exceptions.ExceptionHandler<NatsListenerException>
Interface that
NatsListenerException
beans can implement to handle exceptions.- Since:
- 1.1.0
- Author:
- jgrimm
-
Method Summary
Methods inherited from interface io.micronaut.core.exceptions.ExceptionHandler
handle