Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Managing Event Types | Event Type Definition Cache | Notification of Event Type Definition Changes
 
Notification of Event Type Definition Changes
If your application needs to know when a Broker's event type definitions have changed, it may subscribe to the event type Adapter::refresh. Whenever this event type is received, your application will know the event type definition cache needs to be synchronized with the Broker.
Use the awFlushTypeDefCache function to cause the cache contents to be refreshed. This is an advanced function and its use is not required in most situations.