Class WebEndpoints
- java.lang.Object
-
- io.microsphere.spring.boot.actuate.endpoint.WebEndpoints
-
@WebEndpoint(id="webEndpoints") public class WebEndpoints extends java.lang.Object
An aggregation@WebEndpoint
for allWebEndpoints
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
Endpoint
,WebEndpoint
,PathMappedEndpoint
,PathMappedEndpoints
-
-
Constructor Summary
Constructors Constructor Description WebEndpoints(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier webEndpointsSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
invokeReadOperations()
allRead Opeartion
WebEndpoints
for JavaMethod
without arguments
-