Class JolokiaWebEndpoint
java.lang.Object
org.jolokia.support.spring.actuator.JolokiaWebEndpoint
Jolokia actuator endpoint (
/actuator/jolokia) which used to register a servlet, but now only
registers a link under /actuator listing page.-
Constructor Summary
ConstructorsConstructorDescriptionJolokiaWebEndpoint(org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewjolokia()This operation is not invoked, because actualJolokia servlet registrationis overriding/actuator/jolokia/*mapping (taking into account actuator base/context path configuration).
-
Constructor Details
-
JolokiaWebEndpoint
public JolokiaWebEndpoint(org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
-
-
Method Details
-
jolokia
@ReadOperation public org.springframework.web.servlet.ModelAndView jolokia()This operation is not invoked, because actualJolokia servlet registrationis overriding/actuator/jolokia/*mapping (taking into account actuator base/context path configuration). Only when Jolokia's servlet is not registered, this method will be used to redirect to non-existing {@link /version} URL.- Returns:
-