Add support for IExecutionListener to ListenerChain
·
105 commits
to master
since this release
ListenerChain
now supports attaching listeners that implementIExecutionListener
. Note that this support can only be activated via the service loader, as the notification for start of execution fires long before we get around to processing@LinkedListeners
annotations.