Class BatchClusteringInfoContributor
java.lang.Object
io.github.jchejarla.springbatch.clustering.actuate.BatchClusteringInfoContributor
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class BatchClusteringInfoContributor
extends Object
implements org.springframework.boot.actuate.info.InfoContributor
Contributes the active clustering configuration (intervals and thresholds) to the
/actuator/info endpoint.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(org.springframework.boot.actuate.info.Info.Builder builder)
-
Constructor Details
-
BatchClusteringInfoContributor
public BatchClusteringInfoContributor()
-
-
Method Details
-
contribute
public void contribute(org.springframework.boot.actuate.info.Info.Builder builder) - Specified by:
contributein interfaceorg.springframework.boot.actuate.info.InfoContributor
-