Class SimpleInfoContributor

java.lang.Object
org.springframework.boot.actuate.info.SimpleInfoContributor
All Implemented Interfaces:
InfoContributor

public class SimpleInfoContributor extends Object implements InfoContributor
A simple InfoContributor that exposes a single detail.
Since:
1.4.0
Author:
Stephane Nicoll
  • Constructor Details

    • SimpleInfoContributor

      public SimpleInfoContributor(String prefix, Object detail)
  • Method Details