@Singleton @Primary public class DefaultRabbitListenerExceptionHandler extends java.lang.Object implements RabbitListenerExceptionHandler
RabbitListener
 fails to process a RabbitMQ message. By default just logs the error.| Constructor and Description | 
|---|
| DefaultRabbitListenerExceptionHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(RabbitListenerException exception) | 
public DefaultRabbitListenerExceptionHandler()
public void handle(RabbitListenerException exception)
handle in interface io.micronaut.core.exceptions.ExceptionHandler<RabbitListenerException>