| Package | Description |
|---|---|
| com.here.account.util |
HERE Account utility classes.
|
| Constructor and Description |
|---|
RefreshableResponseProvider(Clock clock,
Long refreshIntervalMillis,
T initialResponse,
RefreshableResponseProvider.ResponseRefresher<T> refreshResponseFunction,
ScheduledExecutorService scheduledExecutorService) |
RefreshableResponseProvider(Long refreshIntervalMillis,
T initialResponse,
RefreshableResponseProvider.ResponseRefresher<T> refreshResponseFunction)
Create a RefreshableResponseProvider with optional refreshIntervalMillis, initialResponse,
and refreshResponseFunction.
|
Copyright © 2022 HERE Europe B.V. All Rights Reserved.