Uses of Class
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
Package
Description
Annotation support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
-
Uses of EndpointDiscoverer.OperationKey in org.springframework.boot.actuate.endpoint.annotation
Modifier and TypeMethodDescriptionprotected abstract EndpointDiscoverer.OperationKey
EndpointDiscoverer.createOperationKey
(O operation) Create anEndpointDiscoverer.OperationKey
for the given operation. -
Uses of EndpointDiscoverer.OperationKey in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
JmxEndpointDiscoverer.createOperationKey
(JmxOperation operation) -
Uses of EndpointDiscoverer.OperationKey in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
ControllerEndpointDiscoverer.createOperationKey
(Operation operation) Deprecated, for removal: This API element is subject to removal in a future version.protected EndpointDiscoverer.OperationKey
ServletEndpointDiscoverer.createOperationKey
(Operation operation) Deprecated, for removal: This API element is subject to removal in a future version.protected EndpointDiscoverer.OperationKey
WebEndpointDiscoverer.createOperationKey
(WebOperation operation)