◆ Init()
void launchdarkly::client_side::flag_manager::FlagUpdater::Init |
( |
Context const & |
context, |
|
|
std::unordered_map< std::string, ItemDescriptor > |
data |
|
) |
| |
|
overridevirtual |
◆ OnFlagChange()
std::unique_ptr< IConnection > launchdarkly::client_side::flag_manager::FlagUpdater::OnFlagChange |
( |
std::string const & |
key, |
|
|
std::function< void(std::shared_ptr< FlagValueChangeEvent >)> |
handler |
|
) |
| |
|
override |
Listen for changes for the specific flag.
- Parameters
-
key | The flag to listen to. |
handler | The handler to signal when the flag changes. |
- Returns
- A Connection which can be used to stop listening for changes to the flag using this handler.
◆ Upsert()
void launchdarkly::client_side::flag_manager::FlagUpdater::Upsert |
( |
Context const & |
context, |
|
|
std::string |
key, |
|
|
ItemDescriptor |
item |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: