インターフェースの使用
org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
CompositeReactiveHealthContributor を使用するパッケージ
org.springframework.boot.actuate.health 内の CompositeReactiveHealthContributor 使用
修飾子と型メソッド説明CompositeReactiveHealthContributor.fromMap
(MapSE<StringSE, ? extends ReactiveHealthContributor> map) 指定されたマップからCompositeReactiveHealthContributor
を作成するファクトリメソッド。static <V> CompositeReactiveHealthContributor
CompositeReactiveHealthContributor.fromMap
(MapSE<StringSE, V> map, FunctionSE<V, ? extends ReactiveHealthContributor> valueAdapter) 指定されたマップからCompositeReactiveHealthContributor
を作成するファクトリメソッド。