Uses of Class
org.springframework.batch.integration.chunk.ChunkResponse
Packages that use ChunkResponse
-
Uses of ChunkResponse in org.springframework.batch.integration.chunk
Methods in org.springframework.batch.integration.chunk that return ChunkResponseModifier and TypeMethodDescriptionJmsRedeliveredExtractor.extract
(ChunkResponse input, boolean redelivered) ChunkProcessorChunkRequestHandler.handle
(ChunkRequest<S> chunkRequest) ChunkRequestHandler.handle
(ChunkRequest<T> chunk) Handle the chunk request, processing all the items and returning a response summarising the result.Methods in org.springframework.batch.integration.chunk that return types with arguments of type ChunkResponseMethods in org.springframework.batch.integration.chunk with parameters of type ChunkResponseModifier and TypeMethodDescriptionJmsRedeliveredExtractor.extract
(ChunkResponse input, boolean redelivered) void
ChunkMessageChannelItemWriter.LocalState.pushResponse
(ChunkResponse stepContribution) Constructors in org.springframework.batch.integration.chunk with parameters of type ChunkResponse