Package io.fria.lilo
Class LiloContext
- java.lang.Object
-
- io.fria.lilo.LiloContext
-
public class LiloContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull graphql.execution.DataFetcherExceptionHandlergetDataFetcherExceptionHandler()@NotNull graphql.GraphQLgetGraphQL()@NotNull CompletableFuture<graphql.GraphQL>getGraphQLAsync()@NotNull IntrospectionFetchingModegetIntrospectionFetchingMode()@NotNull Map<String,SchemaSource>getSchemaSources()voidinvalidate(@NotNull String schemaName)voidinvalidateAll()@NotNull CompletableFuture<graphql.GraphQL>reloadGraphQL(@Nullable Object localContext)
-
-
-
Method Detail
-
getDataFetcherExceptionHandler
@NotNull public @NotNull graphql.execution.DataFetcherExceptionHandler getDataFetcherExceptionHandler()
-
getGraphQL
@NotNull public @NotNull graphql.GraphQL getGraphQL()
-
getGraphQLAsync
@NotNull public @NotNull CompletableFuture<graphql.GraphQL> getGraphQLAsync()
-
getIntrospectionFetchingMode
@NotNull public @NotNull IntrospectionFetchingMode getIntrospectionFetchingMode()
-
getSchemaSources
@NotNull public @NotNull Map<String,SchemaSource> getSchemaSources()
-
invalidate
public void invalidate(@NotNull @NotNull String schemaName)
-
invalidateAll
public void invalidateAll()
-
reloadGraphQL
@NotNull public @NotNull CompletableFuture<graphql.GraphQL> reloadGraphQL(@Nullable @Nullable Object localContext)
-
-