public class RenderRequest extends Object
| Constructor and Description |
|---|
RenderRequest(String uri)
Create a new render request based on the given URI.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<String> |
getFuture()
Get the completable future of the render request that will contain the render content.
|
String |
getUri()
Get the URI of the render request.
|
String |
getUuid()
Get the unique UUID of the render request.
|
public RenderRequest(String uri)
uri - URI of the page requestpublic CompletableFuture<String> getFuture()
public String getUuid()
public String getUri()
Copyright © 2018. All rights reserved.