processRequestFromRequestQueue
protected void processRequestFromRequestQueue(MessageRequest request)
Handles a request that has been pulled from the request queue, constructing the Runnable and submitting it to the
thread pool. Should only be called internally and by parent/child classes.
If the thread pool is full, the Runnable for the request will run in the calling thread, meaning this method call
may block.
- Overrides:
processRequestFromRequestQueue
in class AsyncTaskScheduler
- Parameters:
request
- the request that was pulled from the request queue.