程序包tech.mhuang.pacebox.springboot.autoconfiguration.kafka的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.util.CustomizableThreadCreator (implements java.io.Serializable)
      • org.springframework.scheduling.concurrent.CustomizableThreadFactory (implements java.util.concurrent.ThreadFactory)
        • org.springframework.scheduling.concurrent.ExecutorConfigurationSupport (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
          • org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor (implements org.springframework.core.task.AsyncListenableTaskExecutor, org.springframework.scheduling.SchedulingTaskExecutor)
            • tech.mhuang.pacebox.springboot.core.spring.pool.SpringThreadPool (implements tech.mhuang.pacebox.core.pool.BaseExecutor)
    • tech.mhuang.pacebox.springboot.autoconfiguration.kafka.KafkaAutoConfiguration
    • tech.mhuang.pacebox.kafka.admin.bean.KafkaInfo
    • tech.mhuang.pacebox.springboot.autoconfiguration.kafka.SpringKafkaExternal (implements tech.mhuang.pacebox.kafka.admin.external.IKafkaExternal)