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

◆ makeAnyKeyReader() [1/2]

template<typename SFC, typename K, typename V, typename UT>
MultiKeyReader< K, V, UT > DataStorm::makeAnyKeyReader ( const Topic< K, V, UT > & topic,
const Filter< SFC > & sampleFilter,
std::string name = std::string(),
const ReaderConfig & config = ReaderConfig() )
nodiscard

Creates an any-key reader for the given topic and sample filter.

This helper method deduces the topic Key and Value types from the topic argument. The reader will receive samples for the keys from the topic.

Parameters
topicThe topic.
sampleFilterThe sample filter.
nameThe optional reader name.
configThe optional reader configuration.

Definition at line 632 of file DataStorm.h.