Skip to content

notification

Bill Majurski edited this page Jun 21, 2016 · 1 revision

The original article discussing Event Notification is found at https://bitbucket.org/iheos/toolkit/wiki/service/transaction_notification

Since then, the ability to configure the notification has been added to the API. See the JavaDocs for the DocumentRecipient interface for calling details.

The basic flow is:

Create a simulator through the API getting a DocumentRecipient object back. This object implements the SimConfig interface where the configuration controls are located. The setProperty() method is used to update a property on the local object and the update() method is used to push the changes to the remove simulator instance. Digging through the nested interface definitions you get a pointer to SimulatorProperties class that documents the supported properties.

Clone this wiki locally