Class WatchServiceFactory

java.lang.Object
io.micronaut.scheduling.io.watch.WatchServiceFactory

@Requires(property="micronaut.io.watch.enabled",value="true",defaultValue="true") @Requires(condition=FileWatchCondition.class) @Requires(missingClasses="io.methvin.watchservice.MacOSXListeningWatchService") @Factory public class WatchServiceFactory extends Object
A factory that creates the default watch service.
Since:
1.1.0
Author:
graemerocher