public class V8RenderEngine extends Object implements RenderEngine
| Constructor and Description |
|---|
V8RenderEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
doWork(RenderQueue queue,
RenderAssetProvider provider)
Create a NodeJS engine that uses the queue to access incoming requests and resolve the responses.
|
boolean |
isWorking()
Check if the render engine is working.
|
void |
stopWork()
Finish the current requests and stop the engine.
|
public void doWork(RenderQueue queue, RenderAssetProvider provider)
doWork in interface RenderEnginequeue - Queue that provides the requests and makes it possible to resolve responsesprovider - Provider to access the assetspublic void stopWork()
stopWork in interface RenderEnginepublic boolean isWorking()
isWorking in interface RenderEngineCopyright © 2017. All rights reserved.