All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.identity.uaa.resources.ResourceMonitor Maven / Gradle / Ivy

package org.cloudfoundry.identity.uaa.resources;


public interface ResourceMonitor {
    /** 
     * Returns the total number of things in the underlying store
     * @return
     */
    int getTotalCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy