How to access sling request object in OSGI Service from an scheduler?
Hello ,
I have a scheduler that will triggered the service and I have my whole logic there. But, I need to get the request object in the service, is there a way to achieve it?
Note: I shouldn't use servlet to pass the request object as a parameter.
please your suggestions.
Thanks,
Vijay