Class TaskExecutor

java.lang.Object
com.storedobject.job.TaskExecutor

public class TaskExecutor extends Object
TaskExecutor is responsible for scheduling and executing tasks at specific times. It supports adding, removing, and executing tasks at defined times with optional day-of-week filtering.
Tasks are executed in virtual threads and are managed on a periodic schedule.
This class runs a scheduler that executes tasks every minute based on their defined execution time and days of the week. The scheduler uses a virtual thread to run tasks to optimize resource utilization.
Author:
Syam