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

◆ MultiKeyWriter() [1/2]

template<typename Key, typename Value, typename UpdateTag>
DataStorm::MultiKeyWriter< Key, Value, UpdateTag >::MultiKeyWriter ( const Topic< Key, Value, UpdateTag > & topic,
const std::vector< Key > & keys,
std::string name = std::string(),
const WriterConfig & config = WriterConfig() )

Constructs a new writer for the given keys.

The construction of the writer connects the writer to readers with matching keys. If an empty vector of keys is provided, the writer will connect to all the available readers.

Parameters
topicThe topic.
keysThe keys.
nameThe optional writer name.
configThe writer configuration.

Definition at line 1397 of file DataStorm.h.