Uses of Class
org.springframework.batch.integration.chunk.RemoteChunkingWorkerBuilder
Package
Description
Components for remote chunking.
APIs for the configuration of Spring Integration components through annotations.
-
Uses of RemoteChunkingWorkerBuilder in org.springframework.batch.integration.chunk
Modifier and TypeMethodDescriptionRemoteChunkingWorkerBuilder.inputChannel
(org.springframework.messaging.MessageChannel inputChannel) Set the input channel on which items sent by the manager are received.RemoteChunkingWorkerBuilder.itemProcessor
(ItemProcessor<I, O> itemProcessor) Set theItemProcessor
to use to process items sent by the manager step.RemoteChunkingWorkerBuilder.itemWriter
(ItemWriter<O> itemWriter) Set theItemWriter
to use to write items sent by the manager step.RemoteChunkingWorkerBuilder.outputChannel
(org.springframework.messaging.MessageChannel outputChannel) Set the output channel on which replies will be sent to the manager step. -
Uses of RemoteChunkingWorkerBuilder in org.springframework.batch.integration.config.annotation