Uses of Interface
org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint
Package
Description
Auto-configuration for the Actuator's web endpoints.
Annotation support for actuator web endpoints.
Jersey support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of ExposableWebEndpoint in org.springframework.boot.actuate.autoconfigure.endpoint.web
Modifier and TypeMethodDescriptionWebEndpointAutoConfiguration.webExposeExcludePropertyEndpointFilter()
-
Uses of ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeMethodDescriptionprotected ExposableWebEndpoint
WebEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<WebOperation> operations) -
Uses of ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.web.jersey
Modifier and TypeMethodDescriptionCollection<org.glassfish.jersey.server.model.Resource>
JerseyEndpointResourceFactory.createEndpointResources
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, EndpointLinksResolver linksResolver, boolean shouldRegisterLinks) CreatesResources
for the operations of the givenwebEndpoints
.Collection<org.glassfish.jersey.server.model.Resource>
JerseyHealthEndpointAdditionalPathResourceFactory.createEndpointResources
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints) -
Uses of ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.web.reactive
Modifier and TypeMethodDescriptionAbstractWebFluxEndpointHandlerMapping.getEndpoints()
Return the web endpoints being mapped.Modifier and TypeMethodDescriptionprotected void
AbstractWebFluxEndpointHandlerMapping.registerReadMapping
(RequestMappingInfo requestMappingInfo, ExposableWebEndpoint endpoint, WebOperation operation) AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation) Hook point that allows subclasses to wrap theAbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
before it's called.ModifierConstructorDescriptionAdditionalHealthEndpointPathsWebFluxHandlerMapping
(EndpointMapping endpointMapping, ExposableWebEndpoint endpoint, Set<HealthEndpointGroup> groups) ModifierConstructorDescriptionAbstractWebFluxEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, boolean shouldRegisterLinksMapping) Creates a newAbstractWebFluxEndpointHandlerMapping
that provides mappings for the operations of the givenwebEndpoints
.WebFluxEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebFluxEndpointHandlerMapping
instance that provides mappings for the given endpoints. -
Uses of ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.web.servlet
Modifier and TypeMethodDescriptionAbstractWebMvcEndpointHandlerMapping.getEndpoints()
Return the web endpoints being mapped.Modifier and TypeMethodDescriptionprotected void
AbstractWebMvcEndpointHandlerMapping.registerMapping
(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, String path) AbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation) Hook point that allows subclasses to wrap theAbstractWebMvcEndpointHandlerMapping.ServletWebOperation
before it's called.ModifierConstructorDescriptionAdditionalHealthEndpointPathsWebMvcHandlerMapping
(ExposableWebEndpoint endpoint, Set<HealthEndpointGroup> groups) ModifierConstructorDescriptionAbstractWebMvcEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, boolean shouldRegisterLinksMapping) Creates a newWebEndpointHandlerMapping
that provides mappings for the operations of the givenwebEndpoints
.AbstractWebMvcEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, boolean shouldRegisterLinksMapping) Creates a newAbstractWebMvcEndpointHandlerMapping
that provides mappings for the operations of the given endpoints.WebMvcEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebMvcEndpointHandlerMapping
instance that provides mappings for the given endpoints.