Package io.fria.lilo
Interface AsyncIntrospectionRetriever
- All Superinterfaces:
IntrospectionRetriever<CompletableFuture<String>>
public interface AsyncIntrospectionRetriever
extends IntrospectionRetriever<CompletableFuture<String>>
-
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<String> get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)
-
Method Details
-
get
@NotNull @NotNull CompletableFuture<String> get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull String query, @Nullable @Nullable Object localContext) - Specified by:
getin interfaceIntrospectionRetriever<CompletableFuture<String>>
-