Skip to content

Add support for IExecutionListener to ListenerChain

Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 22 Mar 23:43
· 105 commits to master since this release
  • ListenerChain now supports attaching listeners that implement IExecutionListener. 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.