Uses of Class
com.flagsmith.FlagsmithClient
| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.threads |
-
Uses of FlagsmithClient in com.flagsmith
Methods in com.flagsmith that return FlagsmithClient Modifier and Type Method Description FlagsmithClientFlagsmithClient.Builder. build()Builds a FlagsmithClient. -
Uses of FlagsmithClient in com.flagsmith.threads
Constructors in com.flagsmith.threads with parameters of type FlagsmithClient Constructor Description PollingManager(FlagsmithClient client)PollingManager(FlagsmithClient client, Integer interval)Instantiate the polling manager with client and interval for refresh.