Skip to content

Commit

Permalink
update RedisMessageListenerContainer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinia91 committed Sep 25, 2024
1 parent f2752d1 commit dc13201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public class RedisMessageListenerContainer implements InitializingBean, Disposab
public static final long DEFAULT_SUBSCRIPTION_REGISTRATION_WAIT_TIME = 2000L;

/**
* Default thread name prefix: "RedisListeningContainer-".
* Default thread name prefix: "RedisMessageListenerContainer-".
*/
public static final String DEFAULT_THREAD_NAME_PREFIX = ClassUtils.getShortName(RedisMessageListenerContainer.class)
+ "-";
Expand Down

0 comments on commit dc13201

Please sign in to comment.