インターフェースの使用
org.springframework.boot.actuate.endpoint.Operation
Operation を使用するパッケージ
パッケージ
説明
エンドポイントのサポート。
アクチュエーターエンドポイントのアノテーションサポート。
アクチュエーターエンドポイントの JMX サポート。
アクチュエーターエンドポイントの Web サポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
org.springframework.boot.actuate.endpoint 内の Operation 使用
型 Operation の型パラメーターを持つ org.springframework.boot.actuate.endpoint のクラス修飾子と型クラス説明classAbstractExposableEndpoint<O extends Operation>ExposableEndpoint実装の抽象基本クラス。interfaceExposableEndpoint<O extends Operation>テクノロジー固有の方法で公開できるエンドポイントを説明する情報。org.springframework.boot.actuate.endpoint.annotation 内の Operation 使用
型 Operation の型パラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のクラス修飾子と型クラス説明classAbstractDiscoveredEndpoint<O extends Operation>EndpointDiscovererによって検出されたendpointsの抽象基本クラス。interfaceDiscoveredEndpoint<O extends Operation>EndpointDiscovererによって検出されたendpoint。classEndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> org.springframework.boot.actuate.endpoint.jmx 内の Operation 使用
org.springframework.boot.actuate.endpoint.jmx 内の Operation サブインターフェースorg.springframework.boot.actuate.endpoint.web 内の Operation 使用
org.springframework.boot.actuate.endpoint.web 内の Operation サブインターフェースorg.springframework.boot.actuate.endpoint.web.annotation 内の Operation 使用
修飾子と型メソッド説明protected OperationControllerEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) protected OperationServletEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 型 Operation のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected EndpointDiscoverer.OperationKeyControllerEndpointDiscoverer.createOperationKey(Operation operation) protected EndpointDiscoverer.OperationKeyServletEndpointDiscoverer.createOperationKey(Operation operation) 型 Operation の型引数を持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッドパラメーター修飾子と型メソッド説明protected ExposableControllerEndpointControllerEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, boolean enabledByDefault, CollectionSE<Operation> operations) protected ExposableServletEndpointServletEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, boolean enabledByDefault, CollectionSE<Operation> operations)