fix @return tag comment for retryAndDlqInBinding
This commit is contained in:
committed by
Oleg Zhurakousky
parent
df289bc65d
commit
02241661a5
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user