user Event Pattern
Parameters
value
Specifies the matching event names. There are 3 kind of patterns supported: * *
matches any event name * ,
Combine multiple events with ,
for example event1,event2
, it matches event event1
and event2
* The single event name, for example event1
, it matches event1
.