Package org.apache.pulsar.client.impl
Interface PartitionsChangedListener
public interface PartitionsChangedListener
Listener that notified when concerned topic partitions changed.
-
Method Summary
Modifier and TypeMethodDescriptiononTopicsExtended(Collection<String> topicsExtended) Notified when topic partitions increased.
-
Method Details
-
onTopicsExtended
Notified when topic partitions increased. Passed in topics that have partitions increased.
-