Interface IResourceHandler
-
- All Known Implementing Classes:
ResourceHandler
public interface IResourceHandlerInterface for handling the processing of resources read from COS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprocess(ResourceEntry entry)Add the resource entry to the thread-pool for processing, subject to the rate limiting we have to make sure memory consumption is kept in check
-
-
-
Method Detail
-
process
boolean process(ResourceEntry entry)
Add the resource entry to the thread-pool for processing, subject to the rate limiting we have to make sure memory consumption is kept in check- Parameters:
entry-- Returns:
-
-