Uses of Interface
org.springframework.boot.actuate.endpoint.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
Modifier and TypeClassDescriptionclass
IncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>>
-
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint
Modifier and TypeInterfaceDescriptioninterface
EndpointFilter<E extends ExposableEndpoint<?>>
Strategy class that can be used to filterendpoints
.interface
EndpointsSupplier<E extends ExposableEndpoint<?>>
Provides access to a collection ofendpoints
.Modifier and TypeClassDescriptionclass
AbstractExposableEndpoint<O extends Operation>
Abstract base class forExposableEndpoint
implementations. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.annotation
Modifier and TypeClassDescriptionclass
EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation> A Base forEndpointsSupplier
implementations that discover@Endpoint
beans and@EndpointExtension
beans in an application context.Modifier and TypeInterfaceDescriptioninterface
DiscoveredEndpoint<O extends Operation>
Anendpoint
discovered by anEndpointDiscoverer
.Modifier and TypeClassDescriptionclass
AbstractDiscoveredEndpoint<O extends Operation>
Abstract base class forendpoints
discovered by aEndpointDiscoverer
. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.jmx
Modifier and TypeInterfaceDescriptioninterface
Information describing an endpoint that can be exposed over JMX. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.web
Modifier and TypeInterfaceDescriptioninterface
Information describing an endpoint that can be exposed by registering a servlet.interface
Information describing an endpoint that can be exposed over the web.ModifierConstructorDescriptionEndpointLinksResolver
(Collection<? extends ExposableEndpoint<?>> endpoints) Creates a newEndpointLinksResolver
that will resolve links to the givenendpoints
.EndpointLinksResolver
(Collection<? extends ExposableEndpoint<?>> endpoints, String basePath) Creates a newEndpointLinksResolver
that will resolve links to the givenendpoints
that are exposed beneath the givenbasePath
. -
Uses of ExposableEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeInterfaceDescriptioninterface
Information describing an endpoint that can be exposed over Spring MVC or Spring WebFlux.