Skip to content

Commit 89cde62

Browse files
committed
Merge branch '3.5.x'
Closes gh-47874
2 parents 44fcff8 + 32cf90c commit 89cde62

File tree

1 file changed

+1
-0
lines changed
  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+1
-0
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/endpoints.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ For example, javadoc:org.springframework.boot.actuate.endpoint.web.annotation.We
400400

401401
You can write technology-specific extensions by using javadoc:org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension[format=annotation] and javadoc:org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension[format=annotation].
402402
These annotations let you provide technology-specific operations to augment an existing endpoint.
403+
An endpoint may have at most one extension of each type.
403404

404405
Finally, if you need access to web-framework-specific functionality, you can implement servlet or Spring javadoc:org.springframework.stereotype.Controller[format=annotation] and javadoc:org.springframework.web.bind.annotation.RestController[format=annotation] endpoints at the cost of them not being available over JMX or when using a different web framework.
405406

0 commit comments

Comments
 (0)