Class JolokiaWebEndpoint

java.lang.Object
org.jolokia.support.spring.actuator.JolokiaWebEndpoint

@WebEndpoint(id="jolokia") public class JolokiaWebEndpoint extends Object
Jolokia actuator endpoint (/actuator/jolokia) which used to register a servlet, but now only registers a link under /actuator listing page.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    This operation is not invoked, because actual Jolokia servlet registration is overriding /actuator/jolokia/* mapping (taking into account actuator base/context path configuration).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 actual Jolokia servlet registration is 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: