Class WebEndpoints

java.lang.Object
io.microsphere.spring.boot.actuate.endpoint.WebEndpoints

@WebEndpoint(id="webEndpoints") public class WebEndpoints extends Object
An aggregation @WebEndpoint for all WebEndpoints
Since:
1.0.0
Author:
Mercy
See Also:
  • Endpoint
  • WebEndpoint
  • PathMappedEndpoint
  • PathMappedEndpoints
  • Constructor Details

    • WebEndpoints

      public WebEndpoints(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier webEndpointsSupplier)
  • Method Details

    • invokeReadOperations

      @ReadOperation public Map<String,Object> invokeReadOperations()
      all Read Opeartion WebEndpoints for Java Method without arguments
      Returns: