Package io.micronaut.scheduling
Scheduling execution services.
- Since:
- 1.0
-
Interface Summary Interface Description TaskExceptionHandler<T,E extends java.lang.Throwable> An exception handler interface for task related exceptions.TaskExecutors The names of common task schedulers.TaskScheduler Interface for Scheduling tasks. -
Class Summary Class Description DefaultTaskExceptionHandler The default exception handler used if non other is found.ScheduledExecutorTaskScheduler Simple abstraction overScheduledExecutorService
.