Uses of Interface
org.springframework.boot.actuate.endpoint.ExposableEndpoint
Packages that use ExposableEndpoint
Package
Description
Endpoint exposure logic used for auto-configuration and conditions.
Endpoint support.
Annotation support for actuator endpoints.
JMX support for actuator endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of ExposableEndpoint in org.springframework.boot.actuate.autoconfigure.endpoint.expose
Classes in org.springframework.boot.actuate.autoconfigure.endpoint.expose with type parameters of type ExposableEndpointModifier and TypeClassDescriptionclassIncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint
Classes in org.springframework.boot.actuate.endpoint with type parameters of type ExposableEndpointModifier and TypeInterfaceDescriptioninterfaceEndpointFilter<E extends ExposableEndpoint<?>>Strategy class that can be used to filterendpoints.interfaceEndpointsSupplier<E extends ExposableEndpoint<?>>Provides access to a collection ofendpoints.Classes in org.springframework.boot.actuate.endpoint that implement ExposableEndpointModifier and TypeClassDescriptionclassAbstractExposableEndpoint<O extends Operation>Abstract base class forExposableEndpointimplementations. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.annotation
Classes in org.springframework.boot.actuate.endpoint.annotation with type parameters of type ExposableEndpointModifier and TypeClassDescriptionclassEndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> A Base forEndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context.Subinterfaces of ExposableEndpoint in org.springframework.boot.actuate.endpoint.annotationModifier and TypeInterfaceDescriptioninterfaceDiscoveredEndpoint<O extends Operation>Anendpointdiscovered by anEndpointDiscoverer.Classes in org.springframework.boot.actuate.endpoint.annotation that implement ExposableEndpointModifier and TypeClassDescriptionclassAbstractDiscoveredEndpoint<O extends Operation>Abstract base class forendpointsdiscovered by aEndpointDiscoverer. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.jmx
Subinterfaces of ExposableEndpoint in org.springframework.boot.actuate.endpoint.jmxModifier and TypeInterfaceDescriptioninterfaceInformation describing an endpoint that can be exposed over JMX. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.web
Subinterfaces of ExposableEndpoint in org.springframework.boot.actuate.endpoint.webModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceInformation describing an endpoint that can be exposed over the web.Constructor parameters in org.springframework.boot.actuate.endpoint.web with type arguments of type ExposableEndpointModifierConstructorDescriptionEndpointLinksResolver(Collection<? extends ExposableEndpoint<?>> endpoints) Creates a newEndpointLinksResolverthat will resolve links to the givenendpoints.EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>> endpoints, String basePath) Creates a newEndpointLinksResolverthat will resolve links to the givenendpointsthat are exposed beneath the givenbasePath. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Subinterfaces of ExposableEndpoint in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of@Endpointand@WebEndpointsupport
@Endpointand@WebEndpoint