-
- All Implemented Interfaces:
-
co.elastic.apm.android.sdk.internal.services.periodicwork.PeriodicTask
public final class ConfigurationPollManager extends ManagedPeriodicTask
-
-
Constructor Summary
Constructors Constructor Description ConfigurationPollManager(CentralConfigurationManager manager)
-
Method Summary
Modifier and Type Method Description static ConfigurationPollManagerget()static voidset(ConfigurationPollManager pollManager)static voidresetForTest()synchronized voidscheduleInSeconds(long delayInSeconds)voidscheduleDefault()booleanisTaskFinished()Indicates whether this task needs to keep running in future iterations or not. -
-
Constructor Detail
-
ConfigurationPollManager
ConfigurationPollManager(CentralConfigurationManager manager)
-
-
Method Detail
-
get
static ConfigurationPollManager get()
-
set
static void set(ConfigurationPollManager pollManager)
-
resetForTest
static void resetForTest()
-
scheduleInSeconds
synchronized void scheduleInSeconds(long delayInSeconds)
-
scheduleDefault
void scheduleDefault()
-
isTaskFinished
boolean isTaskFinished()
Indicates whether this task needs to keep running in future iterations or not.
-
-
-
-