インターフェースの使用
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
PathMappedEndpoint を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントの Web サポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
org.springframework.boot.actuate.endpoint.web 内の PathMappedEndpoint 使用
修飾子と型インターフェース説明interface非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。interfaceWeb で公開できるエンドポイントを説明する情報。PathMappedEndpoint 型の型引数を持つインターフェースを実装する org.springframework.boot.actuate.endpoint.web のクラス修飾子と型メソッド説明@Nullable PathMappedEndpointPathMappedEndpoints.getEndpoint(EndpointId endpointId) エンドポイントが見つからない場合は、指定された ID のPathMappedEndpointまたはnullを返します。型 PathMappedEndpoint の引数を持つ型を返す org.springframework.boot.actuate.endpoint.web のメソッド修飾子と型メソッド説明PathMappedEndpoints.iterator()PathMappedEndpoints.stream()すべてのpath mapped endpointsをストリーミングします。org.springframework.boot.actuate.endpoint.web.annotation 内の PathMappedEndpoint 使用
修飾子と型インターフェース説明interface非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.3.3 以降は@Endpointと@WebEndpointのサポートを推奨
@Endpointと@WebEndpointに有利であるため