![JAR search and dependency download from the Maven repository](/logo.png)
graphql.kickstart.execution.subscriptions.apollo.SubscriptionCommand Maven / Gradle / Ivy
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