Purpose and Scope - 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.148000

The public API provided by the EPX server supports event registration in client applications and delivery of system transaction events matching the client’s event registration. This chapter provides annotated sample code to help you with handling event registration and event delivery. This chapter includes the following sections:

  • Registering for events

  • Handling event notification

  • Unregistering for events

The example code, EventExample.java, demonstrates how to register for events after login and the process to program a client application to handle event notification.