程序包org.springframework.batch.integration.async的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.batch.integration.async.AsyncItemProcessor<I,​O> (implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.item.ItemProcessor<I,​O>)
    • org.springframework.batch.integration.async.AsyncItemWriter<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.item.ItemStreamWriter<T>)
    • org.springframework.messaging.support.ChannelInterceptorAdapter (implements org.springframework.messaging.support.ChannelInterceptor)