We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912972c commit 8e1575bCopy full SHA for 8e1575b
spring-kafka/src/main/java/org/springframework/kafka/annotation/KafkaListener.java
@@ -303,7 +303,7 @@
303
* expression is provided ({@code #{...}}), the expression can either evaluate to a
304
* {@link org.springframework.kafka.listener.adapter.RecordFilterStrategy} instance or
305
* a bean name.
306
- * @return the error handler.
+ * @return the filter.
307
* @since 2.8.4
308
*/
309
String filter() default "";
0 commit comments