| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
| org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract EndpointDiscoverer.OperationKey |
EndpointDiscoverer.createOperationKey(O operation)
Create an
EndpointDiscoverer.OperationKey for the given operation. |
| Modifier and Type | Method and Description |
|---|---|
protected EndpointDiscoverer.OperationKey |
JmxEndpointDiscoverer.createOperationKey(JmxOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
protected EndpointDiscoverer.OperationKey |
ControllerEndpointDiscoverer.createOperationKey(Operation operation) |
protected EndpointDiscoverer.OperationKey |
ServletEndpointDiscoverer.createOperationKey(Operation operation) |
protected EndpointDiscoverer.OperationKey |
WebEndpointDiscoverer.createOperationKey(WebOperation operation) |