Quartz scheduler components
Quartz job: Quartz job is used for the logic or code which you want to execute. It implements org.quartz.Job interface. Quartz trigger: Quartz trigger is used to define the moment when the quartz scheduler will execute quartz’s job. Types of quartz trigger: 1. SimpleTrigger – SimpleTrigger setting start time, end time, repeat count and repeat … Read more