Reputation: 25
is there any way to execute a mobilefirst adapter without direct client call? In other words, I need to do some operations in database data in timed mode (e.g. every tot secs).
Is there any way to do something like this?
Upvotes: 1
Views: 97
Reputation: 44516
There is no other "official" mechanism to call an adapter function other than polling, but that is specific to push notifications and not for general adapter usage: https://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.dev.doc/devref/t_configuring_a_polling_event_source.html
Upvotes: 0