This repository is implementation of Executor framework and ThreadPoolTaskExecutor with Spring Boot Application with REST APIs to upload and process ExecutorService is a JDK API that simplifies ...
This is something I put together to experiment with how task execution can be modeled using a DAG (Directed Acyclic Graph). Basically, some tasks depend on others, and this project figures out how to ...