Annotation Interface 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 a KafkaListener method can (Message, Acknowledgement, etc). The annotated method must be in the same class as the corresponding KafkaListener annotation.
Since:
2.7
Author:
Tomaz Fernandes