|
| virtual void | becameActive (Consumer consumer, int partitionId)=0 |
| | Notified when the consumer group is changed, and the consumer becomes active.
|
| |
| virtual void | becameInactive (Consumer consumer, int partitionId)=0 |
| | Notified when the consumer group is changed, and the consumer is still inactive or becomes inactive.
|
| |
◆ becameActive()
| virtual void pulsar::ConsumerEventListener::becameActive |
( |
Consumer |
consumer, |
|
|
int |
partitionId |
|
) |
| |
|
pure virtual |
Notified when the consumer group is changed, and the consumer becomes active.
- Parameters
-
| consumer | the consumer that originated the event |
| partitionId | the id of the partition that beconmes active. |
◆ becameInactive()
| virtual void pulsar::ConsumerEventListener::becameInactive |
( |
Consumer |
consumer, |
|
|
int |
partitionId |
|
) |
| |
|
pure virtual |
Notified when the consumer group is changed, and the consumer is still inactive or becomes inactive.
- Parameters
-
| consumer | the consumer that originated the event |
| partitionId | the id of the partition that is still inactive or becomes inactive. |
The documentation for this class was generated from the following file: