Uses of Class
org.springframework.batch.integration.chunk.ChunkRequest
Packages that use ChunkRequest
-
Uses of ChunkRequest in org.springframework.batch.integration.chunk
Methods in org.springframework.batch.integration.chunk that return ChunkRequestModifier and TypeMethodDescription<T> ChunkRequest<T>
ChunkMessageChannelItemWriter.LocalState.getRequest
(Chunk<? extends T> items) Methods in org.springframework.batch.integration.chunk with parameters of type ChunkRequestModifier and TypeMethodDescriptionChunkProcessorChunkRequestHandler.handle
(ChunkRequest<S> chunkRequest) ChunkRequestHandler.handle
(ChunkRequest<T> chunk) Handle the chunk request, processing all the items and returning a response summarising the result.