+

Search Tips   |   Advanced Search

Configure a polling event source to send push notifications

Polling event sources can be used to generate notification events, such as push notifications, that the MobileFirst client framework can subscribe to.

The MobileFirst adapter framework provides the ability to implement event sources, which can be used to generate notification events such as push notifications. However, notifications must be retrieved from a back-end system before they can be sent out. Event sources can either poll notifications from the back-end system, or wait for the back-end system to explicitly push a new notification.

This task describes how to create a polling event source, and use it to send push notifications. A polling event source is a long-running task that has the following mandatory properties:


Parent topic: Push notification