Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Monitoring Broker Activity | Activity and Trace Events | Activity Events | Event Type Changes
 
Event Type Changes
The event type Broker::Activity::EventTypeChange provides information about a change in a Broker's event type definitions. This event consists of the event fields shown in the following table.
Field Name
Type
Description
created
unicode_string[]
The list of event types that were created.
defChanged
unicode_string[]
The list of event types whose definitions were changed.
infoChanged
unicode_string[]
The list of event types whose infosets were modified.
destroyed
unicode_string[]
The list of event types that were destroyed.
changeTime
date
The time the change occurred.
user
unicode_string
The user that made the change.
authenticator
unicode_string
The entity that authenticated the user.