Annotation Type DltHandler
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface DltHandler
Annotation to determine the method the should process the DLT topic message. The method can have the same parameters as aKafkaListener
method can (Message, Acknowledgement, etc). The annotated method must be in the same class as the correspondingKafkaListener
annotation.- Since:
- 2.7
- Author:
- Tomaz Fernandes