watch Event Subscriptions
val watchEventSubscriptions: MutableMap<UUID, (ModuleRootResolver.WatchEventType, ResolverReference) -> Unit>
Content copied to clipboard
The Map from a UUID that represents an interested party to a lambda that accepts a WatchEventType that describes the event that occurred at the source location and a ResolverReference that identifies to what the event occurred to.