| DataStorm::SingleKeyWriter< Key, Value, UpdateTag >::SingleKeyWriter | ( | const Topic< Key, Value, UpdateTag > & | topic, |
| const Key & | key, | ||
| std::string | name = std::string(), | ||
| const WriterConfig & | config = WriterConfig() ) |
Constructs a new writer for the given key.
The construction of the writer connects the writer to readers with a matching key.
| topic | The topic. |
| key | The key of the data element to write. |
| name | The optional writer name. |
| config | The writer configuration. |
Definition at line 1333 of file DataStorm.h.