Package job


package job
Background job processing system for automated banking operations. Executes scheduled tasks like interest calculation using thread pools.
Author:
Tamil Mughilan
  • Class
    Description
    Interface for Banking related JOBS
    Background job that calculates and credits monthly interest to savings accounts.
    Manages all background jobs.
    Schedules and executes background jobs using thread pool.