| Package | Description |
|---|---|
| io.helidon.config |
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
PollingStrategies.ScheduledBuilder |
PollingStrategies.ScheduledBuilder.executor(java.util.concurrent.ScheduledExecutorService executor)
Sets a custom
service used to schedule polling ticks on. |
static PollingStrategies.ScheduledBuilder |
PollingStrategies.ScheduledBuilder.from(Config metaConfig)
Initializes polling strategy instance from configuration properties.
|
static PollingStrategies.ScheduledBuilder |
PollingStrategies.regular(java.time.Duration interval)
Provides a scheduled polling strategy with a specified constant interval.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.