All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.kickstart.spring.webflux.GraphQLSpringWebSocketSessionContext Maven / Gradle / Ivy

The newest version!
package graphql.kickstart.spring.webflux;

import graphql.kickstart.execution.context.GraphQLKickstartContext;
import org.springframework.web.reactive.socket.WebSocketSession;

public interface GraphQLSpringWebSocketSessionContext extends GraphQLKickstartContext {

  WebSocketSession getWebSocketSession();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy