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