19#ifndef PULSAR_CONSUMEREVENTLISTENER_H_
20#define PULSAR_CONSUMEREVENTLISTENER_H_
22#include <pulsar/defines.h>
Definition ConsumerEventListener.h:28
virtual void becameInactive(Consumer consumer, int partitionId)=0
Notified when the consumer group is changed, and the consumer is still inactive or becomes inactive.
virtual void becameActive(Consumer consumer, int partitionId)=0
Notified when the consumer group is changed, and the consumer becomes active.
Definition Authentication.h:31