Interface IResourceHandler
-
- All Known Implementing Classes:
ResourceHandler
public interface IResourceHandler
Interface for handling the processing of resources read from COS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-
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:
-
-