8.1.2.4 Programming Interface for the EventBroker
EventBroker programming interfaces are available for all Oracle Tuxedo system server and client processes, including Workstation, in both C and COBOL.
The programmer’s job is to code the following sequence:
- A client or server posts a buffer to an application-defined event name.
- The posted buffer is transmitted to any number of processes that have subscribed to the event.
Subscribers may be notified in a variety of ways (as discussed in “Notification Actions”), and events may be filtered. Notification and filtering are configured through the programming interface, as well as through the Oracle Tuxedo system administrative API.
Parent topic: Brokered Events