DataStorm::SingleKeyReader< Key, Value, UpdateTag >::SingleKeyReader | ( | const Topic< Key, Value, UpdateTag > & | topic, |
const Key & | key, | ||
std::string | name = std::string(), | ||
const ReaderConfig & | config = ReaderConfig() ) |
Constructs a new reader for the given key.
The construction of the reader connects the reader to writers with a matching key.
topic | The topic. |
key | The key of the data element to read. |
name | The optional reader name. |
config | The reader configuration. |
Definition at line 1083 of file DataStorm.h.