Class RetryableTopicAnnotationProcessor


  • public class RetryableTopicAnnotationProcessor
    extends java.lang.Object
    Processes the provided RetryableTopic annotation returning an RetryTopicConfiguration.
    Since:
    2.7
    Author:
    Tomaz Fernandes
    • Constructor Detail

      • RetryableTopicAnnotationProcessor

        public RetryableTopicAnnotationProcessor​(org.springframework.beans.factory.BeanFactory beanFactory)
    • Method Detail

      • processAnnotation

        public RetryTopicConfiguration processAnnotation​(java.lang.String[] topics,
                                                         java.lang.reflect.Method method,
                                                         RetryableTopic annotation,
                                                         java.lang.Object bean)