C++ Client-Side SDK
LaunchDarkly SDK
Public Member Functions | List of all members
launchdarkly::client_side::IDataSourceUpdateSink Class Referenceabstract

#include <data_source_update_sink.hpp>

Inheritance diagram for launchdarkly::client_side::IDataSourceUpdateSink:
Inheritance graph
[legend]

Public Member Functions

virtual void Init (Context const &context, std::unordered_map< std::string, ItemDescriptor > data)=0
 
virtual void Upsert (Context const &context, std::string key, ItemDescriptor item)=0
 
 IDataSourceUpdateSink (IDataSourceUpdateSink const &item)=delete
 
 IDataSourceUpdateSink (IDataSourceUpdateSink &&item)=delete
 
IDataSourceUpdateSinkoperator= (IDataSourceUpdateSink const &)=delete
 
IDataSourceUpdateSinkoperator= (IDataSourceUpdateSink &&)=delete
 

Detailed Description

Interface for handling updates from LaunchDarkly.


The documentation for this class was generated from the following file: