Notifier properties

Notifier properties can be set in the Notifier properties file or stored in the MobiLink system tables. The enable and request_cursor properties are required. All other Notifier properties are optional.

There are three types of Notifier property:

Notifier events

The confirmation_handler event occurs asynchronously from the other Notifier events. All of these events are optional.

Notifier polling events

When the Notifier polls the consolidated database, it invokes the polling events in the following order. All of these events are optional except for the request_cursor.

For each poll (
  begin_poll
  shutdown_query
  request_cursor
    For all requests expired before required confirmation (
      error_handler
    )   
  request_delete
  end_poll
)
Notifier behavior properties

You can also configure the Notifier to use a variety of settings. All of these properties are optional.

See also

Notifier events
Notifier polling events
Notifier behavior properties