类 JolokiaEndpoint

  • 所有已实现的接口:
    Supplier<org.springframework.boot.actuate.endpoint.web.EndpointServlet>

    @ServletEndpoint(id="jolokia")
    public class JolokiaEndpoint
    extends Object
    implements Supplier<org.springframework.boot.actuate.endpoint.web.EndpointServlet>
    Endpoint to expose a Jolokia AgentServlet.
    从以下版本开始:
    2.0.0
    • 方法详细资料

      • get

        public org.springframework.boot.actuate.endpoint.web.EndpointServlet get()
        指定者:
        get 在接口中 Supplier<org.springframework.boot.actuate.endpoint.web.EndpointServlet>