public class PollingManager extends Object
| Constructor and Description |
|---|
PollingManager(FlagsmithClient client) |
PollingManager(FlagsmithClient client,
Integer interval)
Instantiate the polling manager with client and interval for refresh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
startPolling()
Start polling of the environment in the new thread.
|
void |
stopPolling()
Stop polling of the new environment.
|
public PollingManager(FlagsmithClient client)
public PollingManager(FlagsmithClient client, Integer interval)
client - client objectinterval - interval secondsCopyright © 2022. All rights reserved.