Registering for Events - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Programmers Reference

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Programmers Reference
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T04:07:07.148709

Registering for events can occur before or after login. In the example code, EventExample.java, there are three key methods used for defining event registration and starting event notification. These methods are used in the startEventConsumer()method of the example.

In the startEventConsumer() method, the example code leverages several methods from the abstract class com.enterworks.shared.event.SessionEventConsumer in order to register for events on the desired EPX server and to start the event subscriber for event delivery. With the method setEventsServerProfile(), the example defines the unique identifier of the EPX server that it will subscribe for events against. Using the method setEventRegistration(), the example defines the event registrations it is interested in. Finally, the event notification subscriber is started by calling the start() method inherited from the abstract class.