| 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 |
|---|---|
static PollingStrategies.ScheduledBuilder |
PollingStrategies.ScheduledBuilder.create(Config metaConfig)
Initializes polling strategy instance from configuration properties.
|
PollingStrategies.ScheduledBuilder |
PollingStrategies.ScheduledBuilder.executor(ScheduledExecutorService executor)
Sets a custom
service used to schedule polling ticks on. |
static PollingStrategies.ScheduledBuilder |
PollingStrategies.regular(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.