JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.batch.integration.chunk.ChunkHandler
Packages that use
ChunkHandler
Package
Description
org.springframework.batch.integration.chunk
Components for remote chunking.
Uses of
ChunkHandler
in
org.springframework.batch.integration.chunk
Classes in
org.springframework.batch.integration.chunk
that implement
ChunkHandler
Modifier and Type
Class
Description
class
ChunkProcessorChunkHandler
<S>
A
ChunkHandler
based on a
ChunkProcessor
.
Methods in
org.springframework.batch.integration.chunk
that return
ChunkHandler
Modifier and Type
Method
Description
ChunkHandler
<
T
>
RemoteChunkHandlerFactoryBean.
getObject
()
Builds a
ChunkHandler
from the
ChunkProcessor
extracted from the
step
provided.