クラス DiscovererEndpointFilter

java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
実装されたすべてのインターフェース:
EndpointFilter<DiscoveredEndpoint<?>>

public abstract class DiscovererEndpointFilter extends ObjectSE implements EndpointFilter<DiscoveredEndpoint<?>>
EndpointFilter は、エンドポイントを作成した EndpointDiscoverer に基づいて一致します。
導入:
2.0.0
作成者:
Phillip Webb
  • コンストラクターの詳細

  • メソッドの詳細

    • match

      public boolean match(DiscoveredEndpoint<?> endpoint)
      インターフェースからコピーされた説明: EndpointFilter
      フィルターが一致する場合、true を返します。
      次で指定:
      インターフェース EndpointFilter<DiscoveredEndpoint<?>>match 
      パラメーター:
      endpoint - チェックするエンドポイント
      戻り値:
      フィルターが一致する場合は true