Class WebEndpoints

    • 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()
      all Read Opeartion WebEndpoints for Java Method without arguments
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebEndpoints

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

      • invokeReadOperations

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