Package graphql.execution.incremental
Interface IncrementalCall<T extends IncrementalPayload>
-
- Type Parameters:
T
- the type of the payload that this call resolves.
- All Known Implementing Classes:
DeferredFragmentCall
,StreamedCall
public interface IncrementalCall<T extends IncrementalPayload>
Represents an incremental call (resulted from the usage of @defer or @stream).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<T>
invoke()
-
-
-
Method Detail
-
invoke
java.util.concurrent.CompletableFuture<T> invoke()
-
-