Package org.springframework.boot.actuate.endpoint
package org.springframework.boot.actuate.endpoint
Endpoint support.
-
ClassDescriptionAbstractExposableEndpoint<O extends Operation>Abstract base class for
ExposableEndpoint
implementations.API versions supported for the actuator API.EndpointFilter<E extends ExposableEndpoint<?>>Strategy class that can be used to filterendpoints
.An identifier for an actuator endpoint.EndpointsSupplier<E extends ExposableEndpoint<?>>Provides access to a collection ofendpoints
.ExposableEndpoint<O extends Operation>Information describing an endpoint that can be exposed in some technology specific way.Indicate that an endpoint request is invalid.The context for theinvocation of an operation
.An operation on anendpoint
.Resolver for an argument of anOperation
.Tagging interface used to indicate that an operation result is intended to be returned in the body of the response.An enumeration of the different types of operation supported by an endpoint.Interface that can be implemented by anyEnum
that represents a finite set of producible mime-types.Value object that represents the data that can be used by aSanitizingFunction
.Strategy that should be used by endpoint implementations to sanitize potentially sensitive keys.Function that takes aSanitizableData
and applies sanitization to the value, if necessary.Security context in which an endpoint is being invoked.Options for showing data in endpoint responses.