fix @return tag comment for retryAndDlqInBinding

This commit is contained in:
Byungjun You
2023-01-19 15:02:51 +09:00
committed by Oleg Zhurakousky
parent df289bc65d
commit 02241661a5
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ public interface ListenerContainerWithDlqAndRetryCustomizer
* {@link #configure(AbstractMessageListenerContainer, String, String, BiFunction, BackOff)}.
* @param destinationName the destination name.
* @param group the group.
* @return true to disable retrie in the binding
* @return false to disable retries and DLQ in the binding
*/
default boolean retryAndDlqInBinding(String destinationName, String group) {
return true;

View File

@@ -894,7 +894,7 @@ void configure(AbstractMessageListenerContainer<?, ?> container, String destinat
* {@link #configure(AbstractMessageListenerContainer, String, String, BiFunction, BackOff)}.
* @param destinationName the destination name.
* @param group the group.
* @return true to disable retrie in the binding
* @return false to disable retries and DLQ in the binding
*/
default boolean retryAndDlqInBinding(String destinationName, String group) {
return true;