![JAR search and dependency download from the Maven repository](/logo.png)
org.cloudfoundry.identity.uaa.resources.ResourceMonitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudfoundry-identity-server Show documentation
Show all versions of cloudfoundry-identity-server Show documentation
Cloud Foundry User Account and Authentication
The newest version!
package org.cloudfoundry.identity.uaa.resources;
public interface ResourceMonitor {
/**
* Returns the total number of things in the underlying store
* @return
*/
int getTotalCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy