| 
    librdkafka
    
   The Apache Kafka C/C++ client library 
   | 
 
#include <rdkafkacpp.h>
Public Member Functions | |
| virtual void | event_cb (Event &event)=0 | 
| Event callback.  More... | |
Event callback class.
Events are a generic interface for propagating errors, statistics, logs, etc from librdkafka to the application.
      
  | 
  pure virtual | 
Event callback.