ark::pipeline::PublisherStatistics
Defined in header “ark/pipeline/publisher.hh”.
Statistics related to a publisher, allowing you to check on how it’s operating.
Variables
- 
uint64_t messages_published= 0 
 A count of messages published to date.
- 
size_t subscriber_count= 0 
 The count of subscribers.