Annotation Interface DltHandler
Annotation to determine the method that should process the DLT topic message.
 The method can have the same parameters as a 
KafkaListener method can have (Message, Acknowledgement, etc).
 
 The annotated method must be in the same class as the corresponding KafkaListener annotation.
- Since:
- 2.7
- Author:
- Tomaz Fernandes