Package org.apache.activemq.usage
Interface UsageCapacity
-
- All Known Implementing Classes:
DefaultUsageCapacity
public interface UsageCapacity
Identify if a limit has been reached
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getLimit()
boolean
isLimit(long size)
Has the limit been reached ?void
setLimit(long limit)
-