インターフェースの使用
org.springframework.boot.actuate.endpoint.web.WebOperation
WebOperation を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントの Web サポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
Spring WebFlux は、アクチュエーターエンドポイントをサポートします。
アクチュエーターエンドポイントの Spring MVC サポート。
org.springframework.boot.actuate.endpoint.web 内の WebOperation 使用
org.springframework.boot.actuate.endpoint.web 内の型引数が WebOperation であるサブインターフェースorg.springframework.boot.actuate.endpoint.web.annotation 内の WebOperation 使用
修飾子と型メソッド説明protected WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 型 WebOperation のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected EndpointDiscoverer.OperationKeyWebEndpointDiscoverer.createOperationKey(WebOperation operation) 型 WebOperation の型引数を持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッドパラメーター修飾子と型メソッド説明protected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<WebOperation> operations) org.springframework.boot.webflux.actuate.endpoint.web 内の WebOperation 使用
型 WebOperation のパラメーターを持つ org.springframework.boot.webflux.actuate.endpoint.web のメソッド修飾子と型メソッド説明protected voidAbstractWebFluxEndpointHandlerMapping.registerReadMapping(RequestMappingInfo requestMappingInfo, ExposableWebEndpoint endpoint, WebOperation operation) AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation) サブクラスがAbstractWebFluxEndpointHandlerMapping.ReactiveWebOperationを呼び出す前にラップできるようにするフックポイント。org.springframework.boot.webmvc.actuate.endpoint.web 内の WebOperation 使用
型 WebOperation のパラメーターを持つ org.springframework.boot.webmvc.actuate.endpoint.web のメソッド修飾子と型メソッド説明protected voidAbstractWebMvcEndpointHandlerMapping.registerMapping(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, StringSE path) AbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation) サブクラスがAbstractWebMvcEndpointHandlerMapping.ServletWebOperationを呼び出す前にラップできるようにするフックポイント。