@NonNullApi
Package org.springframework.batch.integration.async
Components for executing item processing asynchronously and writing the results when processing is complete.
- Author:
- Michael Minella, Mahmoud Ben Hassine
Class Summary Class Description 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.