Uses of Interface
io.github.jchejarla.springbatch.clustering.api.ClusterAwareAggregatorCallback
Packages that use ClusterAwareAggregatorCallback
Package
Description
User-facing extension points for building cluster-aware partitioned jobs.
-
Uses of ClusterAwareAggregatorCallback in io.github.jchejarla.springbatch.clustering.api
Constructors in io.github.jchejarla.springbatch.clustering.api with parameters of type ClusterAwareAggregatorCallbackModifierConstructorDescriptionClusterAwareAggregator(ClusterAwareAggregatorCallback clusterAwareAggregatorCallback, org.springframework.batch.core.repository.JobRepository jobRepository) Constructs a newClusterAwareAggregatorwith the specified callback.