enragedginger/akka-quartz-scheduler

Getting the Scheduler instance using the scheduler name

ddua1 opened this issue · 1 comments

ddua1 commented

Is there a way to get the scheduler instance if I have the scheduler name?

@ddua1 There isn't anything built into the API directly to support this. However, you can extend QuartzSchedulerExtension and build functions for accessing scheduler or schedules directly.