Package io.milton.http.quota
Interface QuotaDataAccessor
- All Known Implementing Classes:
DefaultQuotaDataAccessor
public interface QuotaDataAccessor
Encapsulates access to quota data. The default implementation just reads
the properties from the resource, but other implementations might prefer
to use an injected service.
- Author:
- brad
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getQuotaAvailable
-
getQuotaUsed
-