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 Summary
ConstructorsConstructorDescriptionLeaderInfoContributor(LeadershipController leadershipController, org.springframework.integration.leader.Candidate candidate) -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(org.springframework.boot.actuate.info.Info.Builder builder)
-
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:
contributein interfaceorg.springframework.boot.actuate.info.InfoContributor
-