public static interface MacOSXListeningWatchService.Config
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_LATENCY |
static int |
DEFAULT_QUEUE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
default double |
latency()
The maximum number of seconds to wait after hearing about an event
|
default int |
queueSize()
The size of the queue used for each WatchKey
|
static final double DEFAULT_LATENCY
static final int DEFAULT_QUEUE_SIZE