public interface StepContributionSource
StepContribution
instances that can be aggregated and used to update an ongoing
StepExecution
.Modifier and Type | Method and Description |
---|---|
Collection<org.springframework.batch.core.StepContribution> |
getStepContributions()
Get the currently available contributions and drain the source.
|
Collection<org.springframework.batch.core.StepContribution> getStepContributions()
StepContribution
instancesCopyright © 2015. All rights reserved.