commit | 0620be79bbd624259d494c3f6ff77d7b9b61e9a9 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed Apr 14 13:31:12 2021 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Thu Jun 10 14:01:24 2021 -0500 |
tree | c00c5b7fc8669e9913e6dcc3507d345054e6a2d0 | |
parent | eebde06eaf56160090e873ae480632ffc4081383 [diff] |
control: Add event trigger creation Event triggers are created by the events JSON configuration given a trigger class name. That class name is used to lookup the associated function in order to create the trigger by that class name. Triggers are not required to be kept around/stored on the event, so that ability was removed. Change-Id: I3333b312a063e952d858f78fe80df85820eb5bba Signed-off-by: Matthew Barth <msbarth@us.ibm.com>