Uses of Class
io.fria.lilo.LiloContext
-
Packages that use LiloContext Package Description io.fria.lilo io.fria.lilo.subscription -
-
Uses of LiloContext in io.fria.lilo
Methods in io.fria.lilo that return LiloContext Modifier and Type Method Description @NotNull LiloContextLilo. getContext()Methods in io.fria.lilo with parameters of type LiloContext Modifier and Type Method Description @NotNull CompletableFuture<graphql.ExecutionResult>DefinedSchemaSource. execute(@NotNull LiloContext liloContext, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull CompletableFuture<graphql.ExecutionResult>RemoteSchemaSource. execute(@NotNull LiloContext liloContext, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull CompletableFuture<String>AsyncIntrospectionRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)@NotNull CompletableFuture<String>AsyncQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull StringDefaultRemoteIntrospectionRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)@NotNull StringDefaultRemoteQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery graphQLQuery, @Nullable Object localContext)TIntrospectionRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)TQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull StringSyncIntrospectionRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)@NotNull StringSyncQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull CompletableFuture<SchemaSource>DefinedSchemaSource. loadSchema(@NotNull LiloContext context, @Nullable Object localContext)@NotNull CompletableFuture<SchemaSource>RemoteSchemaSource. loadSchema(@NotNull LiloContext liloContext, @Nullable Object localContext) -
Uses of LiloContext in io.fria.lilo.subscription
Methods in io.fria.lilo.subscription with parameters of type LiloContext Modifier and Type Method Description voidSubscriptionRetriever. sendQuery(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @NotNull SubscriptionSourcePublisher publisher, @Nullable Object localContext)
-