类 ProcessInfoContributor
java.lang.Object
org.springframework.boot.actuate.info.ProcessInfoContributor
- 所有已实现的接口:
InfoContributor
@ImportRuntimeHints(org.springframework.boot.actuate.info.ProcessInfoContributor.ProcessInfoContributorRuntimeHints.class)
public class ProcessInfoContributor
extends Object
implements InfoContributor
An
InfoContributor that exposes ProcessInfo.- 从以下版本开始:
- 3.3.0
- 作者:
- Jonatan Ivanov
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcontribute(Info.Builder builder) Contributes additional details using the specifiedBuilder.
-
构造器详细资料
-
ProcessInfoContributor
public ProcessInfoContributor()
-
-
方法详细资料
-
contribute
从接口复制的说明:InfoContributorContributes additional details using the specifiedBuilder.- 指定者:
contribute在接口中InfoContributor- 参数:
builder- the builder to use
-