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

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

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

import graphql.kickstart.spring.GraphQLSpringContextBuilder;
import org.springframework.web.reactive.socket.WebSocketSession;

public interface GraphQLSpringWebfluxContextBuilder extends GraphQLSpringContextBuilder {

  GraphQLSpringWebSocketSessionContext build(WebSocketSession webSocketSession);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy