Hi I have a use case where I want to schedule a timer for a given event and then perform some action when that timer expires. I also want an ability to cancel timer in case of some other events.
Is there any lower level windowing function exposed? Or Do I need to create ScheduledThreadPoolFactory instances and schedule timers in bolt user code. If later is applicable, is it a good way to do that? -- Thanks and Regards, Jagadish Bihani
