Class MetricAPI

  • All Implemented Interfaces:
    org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI

    public class MetricAPI
    extends Object
    implements org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
    Internal API class for API exposing metric data
    • Constructor Detail

      • MetricAPI

        public MetricAPI()
    • Method Detail

      • getResources

        public org.wso2.carbon.inbound.endpoint.internal.http.api.APIResource[] getResources()
        Specified by:
        getResources in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
      • getContext

        public String getContext()
        Specified by:
        getContext in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
      • getName

        public String getName()
        Specified by:
        getName in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
      • setHandlers

        public void setHandlers​(List<org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPIHandler> handlerList)
        Specified by:
        setHandlers in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
      • getHandlers

        public List<org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPIHandler> getHandlers()
        Specified by:
        getHandlers in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI