Class LeaderInfoContributor

java.lang.Object
org.springframework.cloud.kubernetes.commons.leader.LeaderInfoContributor
All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor

public class LeaderInfoContributor extends Object implements org.springframework.boot.actuate.info.InfoContributor
  • Constructor Details

    • LeaderInfoContributor

      public LeaderInfoContributor(LeadershipController leadershipController, org.springframework.integration.leader.Candidate candidate)
  • 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