Class WebServerNamespace
java.lang.Object
org.springframework.boot.actuate.endpoint.web.WebServerNamespace
Enumeration of server namespaces.
- Since:
- 2.6.0
- Author:
- Phillip Webb, Madhura Bhave
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WebServerNamespace
WebServerNamespace
that represents the management server.static final WebServerNamespace
WebServerNamespace
that represents the main server. -
Method Summary
-
Field Details
-
SERVER
WebServerNamespace
that represents the main server. -
MANAGEMENT
WebServerNamespace
that represents the management server.
-
-
Method Details