Package io.fria.lilo
Class DefaultRemoteQueryRetriever
java.lang.Object
io.fria.lilo.AbstractDefaultRemoteRetriever
io.fria.lilo.DefaultRemoteQueryRetriever
- All Implemented Interfaces:
QueryRetriever<String>,SyncQueryRetriever
public class DefaultRemoteQueryRetriever
extends AbstractDefaultRemoteRetriever
implements SyncQueryRetriever
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Stringget(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery graphQLQuery, @Nullable Object localContext) Methods inherited from class io.fria.lilo.AbstractDefaultRemoteRetriever
retrieve
-
Constructor Details
-
DefaultRemoteQueryRetriever
-
-
Method Details
-
get
@NotNull public @NotNull String get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull GraphQLQuery graphQLQuery, @Nullable @Nullable Object localContext) - Specified by:
getin interfaceQueryRetriever<String>- Specified by:
getin interfaceSyncQueryRetriever
-