
graphql.kickstart.execution.subscriptions.apollo.SubscriptionCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-java-kickstart Show documentation
Show all versions of graphql-java-kickstart Show documentation
relay.js-compatible GraphQL servlet
The newest version!
package graphql.kickstart.execution.subscriptions.apollo;
import graphql.kickstart.execution.subscriptions.SubscriptionSession;
interface SubscriptionCommand {
void apply(SubscriptionSession session, OperationMessage message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy