Class DefaultTaskExceptionHandler

java.lang.Object
io.micronaut.scheduling.DefaultTaskExceptionHandler
All Implemented Interfaces:
BeanExceptionHandler<Object,Throwable>, TaskExceptionHandler<Object,Throwable>, BiConsumer<Object,Throwable>

@Singleton @Primary public class DefaultTaskExceptionHandler extends Object implements TaskExceptionHandler<Object,Throwable>
The default exception handler used if non-other is found. Simply logs the exception.
Since:
1.0
Author:
graemerocher