Search code examples
ibm-mobilefirstmobilefirst-adaptersmobilefirst-server

Mobilefirst server side - Working with adapters without client calling


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?


Solution

  • 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