@FunctionalInterface public interface PathMappedEndpoint
ExposableEndpoint
that is mapped to a
root web path.PathMapper
Modifier and Type | Method and Description |
---|---|
String |
getRootPath()
Return the root path of the endpoint, relative to the context that exposes it.
|
String getRootPath()
example
would be exposed under the URL
"/{actuator-context}/example".