Java org.springframework.scheduling.support TaskUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.scheduling.support TaskUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.scheduling.support TaskUtils.

The text is from its open source code.

Method

DelegatingErrorHandlingRunnabledecorateTaskWithErrorHandler(Runnable task, @Nullable ErrorHandler errorHandler, boolean isRepeatingTask)
Decorate the task for error handling.
ErrorHandlergetDefaultErrorHandler(boolean isRepeatingTask)
Return the default ErrorHandler implementation based on the boolean value indicating whether the task will be repeating or not.