@NonNullApi
程序包 org.springframework.batch.integration.async
Components for executing item processing asynchronously and writing the results when processing is complete.
- 作者:
- Michael Minella, Mahmoud Ben Hassine
类概要 类 说明 AsyncItemProcessor<I,O> AnItemProcessorthat delegates to a nested processor and in the background.AsyncItemWriter<T> StepExecutionInterceptor AChannelInterceptorthat adds the currentStepExecution(if there is one) as a header to the message.