Uses of Class
org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Package
Description
Web support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of WebOperationRequestPredicate in org.springframework.boot.actuate.endpoint.web
Modifier and TypeMethodDescriptionWebOperation.getRequestPredicate()
Returns the predicate for requests that can be handled by this operation. -
Uses of WebOperationRequestPredicate in org.springframework.boot.actuate.endpoint.web.servlet
Modifier and TypeMethodDescriptionprotected void
AbstractWebMvcEndpointHandlerMapping.registerMapping
(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, String path)