Creating and registering event notification handlers
To create and register event notification handlers in the MDM Workbench, take the following steps.
Procedure
- Make sure that you are in the MDM Configuration perspective.
- Double-click the .imm file for your configuration project.
- Click Events in the configuration editor view.
- Click the Event Notification tab, then click Add.
- Complete the event notification handler variables as appropriate:
- Destination Name: enter the name of the destination for the event notification handler.
- Handler Name: enter a name for the event notification handler to differentiate it from other handlers.
- Handler Arguments: enter the arguments you want the event notification handler to employ. Use ^ to separate arguments.
- In the Events List section select the Entity type
from the drop-down list, then select and edit the event handler variables
as appropriate:
- Event Type: select one or more event notification types to enable.
- View: choose the view type from the drop-down list.
- Enable Change Detection: false is the default. Set to true to enable.
- Send Updates Only: false is the default. Set to true to enable.
- Include Member List: false is the default. Set to true to enable.
- Message Format: select the message format from the drop-down list.
- Click Generate to start the Create a Master Data Management Handler Class wizard.
- Specify or browse to a Handler bundle project name.
- Select Add bundle to composite and specify the Composite project .cba file, then click Next to load the Handler Information window.
- Enter the appropriate information for the handler:
- Select the Type of interaction from the drop-down menu.
- Enter or browse to the Name of the handler.
- Enter or browse to the Java class for the handler.
- Enter the Java package name for the handler.
- Click Finish.