RTI Routing Service  Version 6.1.0
rti::routing::adapter::StreamReaderListener Class Reference

Listener representation used by StreamReader to notify RTI Routing Service when new data is available. More...

#include <StreamReaderListenerForwarder.hpp>

Detailed Description

Listener representation used by StreamReader to notify RTI Routing Service when new data is available.

When a StreamReader receives new data, it shall call StreamReaderListener::on_data_available to wake up the associated Session. After that, the Session will invoke any of the StreamReader operations to read the new data.