Package org.springframework.boot.actuate.endpoint.annotation
package org.springframework.boot.actuate.endpoint.annotation
Annotation support for actuator endpoints.
-
ClassDescriptionAbstractDiscoveredEndpoint<O extends Operation>Abstract base class for
endpoints
discovered by aEndpointDiscoverer
.Abstract base class forendpoints operations
discovered by aEndpointDiscoverer
.Identifies a method on an@Endpoint
as being a delete operation.DiscoveredEndpoint<O extends Operation>Anendpoint
discovered by anEndpointDiscoverer
.AnOperationMethod
discovered by anEndpointDiscoverer
.EndpointFilter
the matches based on theEndpointDiscoverer
the 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@Endpoint
input parameters.A Base forEndpointsSupplier
implementations that discover@Endpoint
beans and@EndpointExtension
beans in an application context.A key generated for anOperation
based 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@Endpoint
to implement implicit filtering.Identifies a method on an@Endpoint
as being a read operation.A@Selector
can be used on a parameter of an@Endpoint
method 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@Endpoint
as being a write operation.