public class DeferSupport
extends java.lang.Object
Constructor and Description |
---|
DeferSupport() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkForDeferDirective(MergedField currentField,
java.util.Map<java.lang.String,java.lang.Object> variables) |
void |
enqueue(DeferredCall deferredCall) |
boolean |
isDeferDetected() |
org.reactivestreams.Publisher<DeferredExecutionResult> |
startDeferredCalls()
When this is called the deferred execution will begin
|
public boolean checkForDeferDirective(MergedField currentField, java.util.Map<java.lang.String,java.lang.Object> variables)
public void enqueue(DeferredCall deferredCall)
public boolean isDeferDetected()
public org.reactivestreams.Publisher<DeferredExecutionResult> startDeferredCalls()