インターフェースの使用
org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
OperationInvoker を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントのアノテーションサポート。
操作メソッドの呼び出しに関連するインターフェースとクラス。
エンドポイントリフレクションのサポート。
アクチュエーターエンドポイントのキャッシュサポート。
アクチュエーター JMX エンドポイントのアノテーションサポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
Spring WebFlux は、アクチュエーターエンドポイントをサポートします。
org.springframework.boot.actuate.endpoint.annotation 内の OperationInvoker 使用
型 OperationInvoker のパラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のメソッド修飾子と型メソッド説明protected abstract OEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) endpoint operationを作成するファクトリメソッド。型 OperationInvoker のパラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のコンストラクター修飾子コンストラクター説明AbstractDiscoveredOperation(DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 新しいAbstractDiscoveredOperationインスタンスを作成します。org.springframework.boot.actuate.endpoint.invoke 内の OperationInvoker 使用
修飾子と型メソッド説明OperationInvokerAdvisor.apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) 指定された呼び出し元に追加機能を適用します。型 OperationInvoker のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoke のメソッド修飾子と型メソッド説明OperationInvokerAdvisor.apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) 指定された呼び出し元に追加機能を適用します。org.springframework.boot.actuate.endpoint.invoke.reflect 内の OperationInvoker 使用
org.springframework.boot.actuate.endpoint.invoker.cache 内の OperationInvoker 使用
修飾子と型メソッド説明CachingOperationInvokerAdvisor.apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) 型 OperationInvoker のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoker.cache のメソッド修飾子と型メソッド説明CachingOperationInvokerAdvisor.apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) org.springframework.boot.actuate.endpoint.jmx.annotation 内の OperationInvoker 使用
型 OperationInvoker のパラメーターを持つ org.springframework.boot.actuate.endpoint.jmx.annotation のメソッド修飾子と型メソッド説明protected JmxOperationJmxEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) org.springframework.boot.actuate.endpoint.web.annotation 内の OperationInvoker 使用
型 OperationInvoker のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected OperationControllerEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected OperationServletEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) org.springframework.boot.webflux.actuate.endpoint.web 内の OperationInvoker 使用
修飾子と型クラス説明protected static final classReactor のbounded elastic schedulerを使用して、別のスレッドでブロッキング操作の呼び出しを実行するOperationInvoker。protected static final class型 OperationInvoker のパラメーターを持つ org.springframework.boot.webflux.actuate.endpoint.web のコンストラクター