Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
duanlinlin committed Jun 6, 2024
1 parent 49830c4 commit c32a0c5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ public interface ConsumerBuilder<T> extends Cloneable {
* <p>The listener thread pool is exclusively owned by current consumer
* that are using a "listener" model to get messages. For a given internal consumer,
* the listener will always be invoked from the same thread, to ensure ordering.
*
* <p> The user need to shut down the thread pool after closing the consumer to avoid leaks.
* @param listenerThreadsProvider the threads provider of the consumer message listener
* @return the consumer builder instance
*/
Expand Down

0 comments on commit c32a0c5

Please sign in to comment.