Uses of Interface
org.springframework.batch.integration.chunk.StepContributionSource
Packages that use StepContributionSource
-
Uses of StepContributionSource in org.springframework.batch.integration.chunk
Classes in org.springframework.batch.integration.chunk that implement StepContributionSourceMethods in org.springframework.batch.integration.chunk with parameters of type StepContributionSourceModifier and TypeMethodDescriptionvoid
RemoteChunkHandlerFactoryBean.setStepContributionSource
(StepContributionSource stepContributionSource) A source ofStepContribution
instances coming back from remote workers.protected void
RemoteChunkHandlerFactoryBean.updateStepContribution
(StepContribution contribution, StepContributionSource stepContributionSource) Update a StepContribution with all the data from a StepContributionSource.