IceFlow NDN-based stream processing library written in C++
|
#include <consumer.hpp>
Public Member Functions | |
IceflowConsumer (std::shared_ptr< ndn::svs::SVSPubSub > svsPubSub, const std::string &syncPrefix, const std::string &upstreamEdgeName, std::optional< std::shared_ptr< CongestionReporter > > congestionReporter) | |
void | setConsumerCallback (ConsumerCallback consumerCallback) |
bool | repartition (std::vector< uint32_t > partitions) |
std::vector< u_int32_t > | getPartitions () |
EdgeConsumptionStats | getConsumptionStats () |
Allows for subscribing to data published by IceflowProducer
s.