Package io.micronaut.pulsar.events
Class ConsumerSubscribedEvent
java.lang.Object
io.micronaut.pulsar.events.ConsumerSubscribedEvent
Produced when Pulsar consumer connects to a broker and starts listening to specified topics.
- Since:
 - 1.0
 - Author:
 - Haris Secic
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ConsumerSubscribedEvent
public ConsumerSubscribedEvent(org.apache.pulsar.client.api.Consumer<?> consumer)  
 - 
 - 
Method Details
- 
getConsumer
public org.apache.pulsar.client.api.Consumer<?> getConsumer() 
 -