Class RetryableTopicAnnotationProcessor

java.lang.Object
org.springframework.kafka.annotation.RetryableTopicAnnotationProcessor

public class RetryableTopicAnnotationProcessor extends Object
Processes the provided RetryableTopic annotation returning an RetryTopicConfiguration.
Since:
2.7
  • Constructor Details

    • RetryableTopicAnnotationProcessor

      public RetryableTopicAnnotationProcessor(org.springframework.beans.factory.BeanFactory beanFactory)
      Construct an instance using the provided parameters and default resolver, expression context.
      Parameters:
      beanFactory - the bean factory.
    • RetryableTopicAnnotationProcessor

      public RetryableTopicAnnotationProcessor(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.beans.factory.config.BeanExpressionResolver resolver, org.springframework.beans.factory.config.BeanExpressionContext expressionContext)
      Construct an instance using the provided parameters.
      Parameters:
      beanFactory - the bean factory.
      resolver - the bean expression resolver.
      expressionContext - the bean expression context.
  • Method Details