public interface RenderEngine
| Modifier and Type | Method and Description |
|---|---|
void |
startWorking(BlockingQueue<Optional<RenderRequest>> renderrequests,
RenderConfiguration renderconfiguration)
Start working and handle all incoming requests and resolve them.
|
void startWorking(BlockingQueue<Optional<RenderRequest>> renderrequests, RenderConfiguration renderconfiguration)
renderrequests - Blocking queue with requests to read fromrenderconfiguration - Render configuration with the all required informationCopyright © 2018. All rights reserved.