Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.jolokia |
Auto-configuration for actuator Jolokia support.
|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
EndpointServlet |
JolokiaEndpoint.get() |
Modifier and Type | Method and Description |
---|---|
EndpointServlet |
ExposableServletEndpoint.getEndpointServlet()
Return details of the servlet that should registered.
|
EndpointServlet |
EndpointServlet.withInitParameter(String name,
String value) |
EndpointServlet |
EndpointServlet.withInitParameters(Map<String,String> initParameters) |
EndpointServlet |
EndpointServlet.withLoadOnStartup(int loadOnStartup)
Sets the
loadOnStartup priority that will be set on Servlet registration. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.