public class RemoteConfigRepository extends AbstractConfigRepository
| 构造器和说明 |
|---|
RemoteConfigRepository(String executor,
RemoteConfigLongPollService remoteConfigLongPollService)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
Properties |
getConfig()
Get the config from this repository.
|
ConfigSourceType |
getSourceType()
Return the config's source type, i.e. where is the config loaded from
|
void |
onLongPollNotified(long remoteNotificationId) |
addChangeListener, removeChangeListenerpublic RemoteConfigRepository(String executor, RemoteConfigLongPollService remoteConfigLongPollService)
executor - remoteConfigLongPollService - public Properties getConfig()
ConfigRepositorypublic ConfigSourceType getSourceType()
ConfigRepositorypublic void onLongPollNotified(long remoteNotificationId)
Copyright © 2022 hellothomas. All rights reserved.