You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation for Non-Blocking Retries on DLT Failure Behaviour there is a code sample that, among other things, shows how to select a DTL handler method. The sample uses the method .dltProcessor(Class<?> clazz, String methodName). This method doesn't exist anymore and one should use .dltHandlerMethod(String beanName, String methodName).
Link to the above mentioned documentation paragraph: