クラス HealthContributorNameFactory

java.lang.ObjectSE
org.springframework.boot.actuate.health.HealthContributorNameFactory
実装されたすべてのインターフェース:
FunctionSE<StringSE,StringSE>

public class HealthContributorNameFactory extends ObjectSE implements FunctionSE<StringSE,StringSE>
Bean 名に基づいて適切なヘルスインジケーター名を生成します。
導入:
2.0.0
作成者:
Stephane Nicoll, Phillip Webb