接口的使用
org.springframework.boot.actuate.health.NamedContributor
使用NamedContributor的程序包
-
org.springframework.boot.actuate.health中NamedContributor的使用
返回变量类型为NamedContributor的类型的org.springframework.boot.actuate.health中的方法修饰符和类型方法说明default Stream
<NamedContributor<C>> NamedContributors.stream()
Return a stream of thenamed contributors
.