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 Details

    • BatchClusteringInfoContributor

      public BatchClusteringInfoContributor()
  • Method Details

    • contribute

      public void contribute(org.springframework.boot.actuate.info.Info.Builder builder)
      Specified by:
      contribute in interface org.springframework.boot.actuate.info.InfoContributor