Uses of Interface
org.springframework.kafka.core.ShareConsumerFactory.Listener
Packages that use ShareConsumerFactory.Listener
-
Uses of ShareConsumerFactory.Listener in org.springframework.kafka.core
Methods in org.springframework.kafka.core that return types with arguments of type ShareConsumerFactory.ListenerModifier and TypeMethodDescriptionDefaultShareConsumerFactory.getListeners()Get the current list of listeners.default List<ShareConsumerFactory.Listener<K, V>> ShareConsumerFactory.getListeners()Get the current list of listeners.Methods in org.springframework.kafka.core with parameters of type ShareConsumerFactory.ListenerModifier and TypeMethodDescriptionvoidDefaultShareConsumerFactory.addListener(int index, ShareConsumerFactory.Listener<K, V> listener) Add a listener at a specific index.voidDefaultShareConsumerFactory.addListener(ShareConsumerFactory.Listener<K, V> listener) Add a listener.default voidShareConsumerFactory.addListener(int index, ShareConsumerFactory.Listener<K, V> listener) Add a listener at a specific index.default voidShareConsumerFactory.addListener(ShareConsumerFactory.Listener<K, V> listener) Add a listener.booleanDefaultShareConsumerFactory.removeListener(ShareConsumerFactory.Listener<K, V> listener) Remove a listener.default booleanShareConsumerFactory.removeListener(ShareConsumerFactory.Listener<K, V> listener) Remove a listener.