Uses of Interface
org.springframework.boot.actuate.endpoint.EndpointsSupplier
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
Auto-configuration for the Actuator's web endpoints.
Annotation support for actuator endpoints.
JMX support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of EndpointsSupplier in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Modifier and TypeClassDescriptionclass
WebEndpointDiscoverer
for Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint
. -
Uses of EndpointsSupplier in org.springframework.boot.actuate.autoconfigure.endpoint.web
Modifier and TypeMethodDescriptionWebEndpointAutoConfiguration.pathMappedEndpoints
(Collection<EndpointsSupplier<?>> endpointSuppliers) -
Uses of EndpointsSupplier 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. -
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.jmx
Modifier and TypeInterfaceDescriptioninterface
-
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeClassDescriptionclass
-
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.web
Modifier and TypeInterfaceDescriptioninterface
ModifierConstructorDescriptionPathMappedEndpoints
(String basePath, EndpointsSupplier<?> supplier) Create a newPathMappedEndpoints
instance for the given supplier.ModifierConstructorDescriptionPathMappedEndpoints
(String basePath, Collection<EndpointsSupplier<?>> suppliers) Create a newPathMappedEndpoints
instance for the given suppliers. -
Uses of EndpointsSupplier in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
class