Fix typo in KafkaListenerErrorHandler class description
This commit is contained in:
committed by
Artem Bilan
parent
39ce0826e0
commit
cf6383891b
@@ -21,7 +21,7 @@ import org.apache.kafka.clients.consumer.Consumer;
|
||||
import org.springframework.messaging.Message;
|
||||
|
||||
/**
|
||||
* An error handler which is called when a {code @KafkaListener} method
|
||||
* An error handler which is called when a {@code @KafkaListener} method
|
||||
* throws an exception. This is invoked higher up the stack than the
|
||||
* listener container's error handler. For methods annotated with
|
||||
* {@code @SendTo}, the error handler can return a result.
|
||||
|
||||
Reference in New Issue
Block a user