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