Example usage for org.springframework.boot.actuate.info InfoContributor interface-usage

List of usage examples for org.springframework.boot.actuate.info InfoContributor interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.actuate.info InfoContributor interface-usage.

Usage

From source file io.spring.initializr.actuate.info.BomRangesInfoContributor.java

/**
 * An {@link InfoContributor} that exposes the actual ranges used by each bom defined in
 * the project.
 *
 * @author Stephane Nicoll
 */

From source file io.spring.initializr.service.info.CloudFoundryInfoContributor.java

/**
 * An {@link InfoContributor} that exposes the name of the app. Useful in a blue/green
 * deployment scenario as the name of the app provides a hint to that.
 *
 * @author Stephane Nicoll
 */

From source file com.epam.ta.reportportal.info.InfoContributorComposite.java

/**
 * @author Pavel Bortnik
 */

@Component
public class InfoContributorComposite implements InfoContributor {

From source file io.spring.initializr.actuate.info.DependencyRangesInfoContributor.java

/**
 * An {@link InfoContributor} that exposes the actual ranges used by dependencies defined
 * in the project that have an explicit version (i.e. not relying on a bom).
 *
 * @author Stephane Nicoll
 */

From source file com.epam.reportportal.auth.AuthProvidersInfoContributor.java

/**
 * Shows list of supported authentication providers
 *
 * @author <a href="mailto:andrei_varabyeu@epam.com">Andrei Varabyeu</a>
 */
@Component