Skip to content

Switchable Triggers

Vikas Bodani edited this page Aug 1, 2017 · 3 revisions

Switchable Triggers

In jBilling CE, pluggable task comes with the limitation that it is either a SimpleTrigger or CronTrigger.

It is hard to execute task in different trigger. E.g. If MyTask is running in SimpleTrigger but now i want execute it using CronTrigger. This is not possible in current implementation.

Changed Functionality in Web Data Billing

In new design we want to make quartz trigger switchable. Means, if my task is running using SimpleTrigger and i want to run with CronTrigger or vice versa then it should be possible.

How does it work

Switchable Triggers