程序包 org.springframework.boot.actuate.endpoint.annotation
package org.springframework.boot.actuate.endpoint.annotation
Annotation support for actuator endpoints.
-
类说明AbstractDiscoveredEndpoint<O extends Operation>Abstract base class for
endpointsdiscovered by aEndpointDiscoverer.Abstract base class forendpoints operationsdiscovered by aEndpointDiscoverer.Identifies a method on an@Endpointas being a delete operation.DiscoveredEndpoint<O extends Operation>Anendpointdiscovered by anEndpointDiscoverer.AnOperationMethoddiscovered by anEndpointDiscoverer.EndpointFilterthe matches based on theEndpointDiscovererthe created the endpoint.Identifies a type as being an actuator endpoint that provides information about the running application.Qualifier for beans that are needed to convert@Endpointinput parameters.A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.A key generated for anOperationbased on specific criteria from the actual operation implementation.Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.Annotation that can be used on an@Endpointto implement implicit filtering.Identifies a method on an@Endpointas being a read operation.A@Selectorcan be used on a parameter of an@Endpointmethod to indicate that the parameter is used to select a subset of the endpoint's data.Match types that can be used with the@Selector.Identifies a method on an@Endpointas being a write operation.