Package io.fria.lilo
Interface AsyncQueryRetriever
- All Superinterfaces:
QueryRetriever<CompletableFuture<String>>
-
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<String> get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)
-
Method Details
-
get
@NotNull @NotNull CompletableFuture<String> get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull GraphQLQuery query, @Nullable @Nullable Object localContext) - Specified by:
getin interfaceQueryRetriever<CompletableFuture<String>>
-