Package io.fria.lilo.subscription
Interface SubscriptionRetriever
-
public interface SubscriptionRetriever
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendQuery(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @NotNull SubscriptionSourcePublisher publisher, @Nullable Object localContext)
-
-
-
Method Detail
-
sendQuery
void sendQuery(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull GraphQLQuery query, @NotNull @NotNull SubscriptionSourcePublisher publisher, @Nullable @Nullable Object localContext)
-
-