类 KafkaConsumerFactory

java.lang.Object
io.github.wooenrico.kafka.consumer.KafkaConsumerFactory
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.context.ApplicationContextAware

public class KafkaConsumerFactory extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton
  • 构造器详细资料

    • KafkaConsumerFactory

      public KafkaConsumerFactory(KafkaProperties kafkaProperties)
  • 方法详细资料

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      指定者:
      setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      抛出:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception
    • afterSingletonsInstantiated

      public void afterSingletonsInstantiated()
      指定者:
      afterSingletonsInstantiated 在接口中 org.springframework.beans.factory.SmartInitializingSingleton
    • destroy

      public void destroy() throws Exception
      指定者:
      destroy 在接口中 org.springframework.beans.factory.DisposableBean
      抛出:
      Exception