Package org.springframework.batch.integration.async
@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
-
ClassDescriptionAsyncItemProcessor<I,
O> AnItemProcessor
that delegates to a nested processor and in the background.AChannelInterceptor
that adds the currentStepExecution
(if there is one) as a header to the message.