public static interface PollingStrategy.PollingEvent
Config
tree might have changed.PollingStrategy.ticks()| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getTimestamp()
Returns the event timestamp.
|
static PollingStrategy.PollingEvent |
now()
Creates a new instance of
PollingStrategy.PollingEvent with
Instant.now() used as its timestamp. |
java.time.Instant getTimestamp()
static PollingStrategy.PollingEvent now()
PollingStrategy.PollingEvent with
Instant.now() used as its timestamp.Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.