Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Monitoring Broker Activity | Activity and Trace Events | Activity Events | Client Group Changes
 
Client Group Changes
The event type Broker::Activity::ClientGroupChange provides information about a change in a Broker's client groups. This event consists of the event fields shown in the following table.
Field Name
Type
Description
created
unicode_string[]
The list of client groups that were created.
changed
unicode_string[]
The list of client groups that were changed. Changes may include modifications to the can-publish list, can-subscribe list, or ACL.
destroyed
unicode_string[]
The list of client groups 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.