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

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

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

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

public interface GraphQLSpringWebfluxRootObjectBuilder extends GraphQLSpringRootObjectBuilder {

  Object build(WebSocketSession webSocketSession);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy