Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ makeSingleKeyWriter()

template<typename K, typename V, typename UT>
SingleKeyWriter< K, V, UT > DataStorm::makeSingleKeyWriter ( const Topic< K, V, UT > & topic,
const typename Topic< K, V, UT >::KeyType & key,
std::string name = std::string(),
const WriterConfig & config = WriterConfig() )

Creates a key writer for the given topic and key.

This helper method deduces the topic Key, Value and UpdateTag types from the topic argument.

Parameters
topicThe topic.
keyThe key.
nameThe optional writer name.
configThe optional writer configuration.

Definition at line 835 of file DataStorm.h.