Class JolokiaEndpoint

java.lang.Object
io.hawt.springboot.JolokiaEndpoint
All Implemented Interfaces:
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.
  • Constructor Details

    • JolokiaEndpoint

      public JolokiaEndpoint(Map<String,String> initParameters)
  • Method Details

    • get

      public org.springframework.boot.actuate.endpoint.web.EndpointServlet get()
      Specified by:
      get in interface Supplier<org.springframework.boot.actuate.endpoint.web.EndpointServlet>