public class DefaultGraphQLSpringWebfluxContextBuilder extends java.lang.Object implements GraphQLSpringWebfluxContextBuilder
| Constructor and Description |
|---|
DefaultGraphQLSpringWebfluxContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
graphql.kickstart.spring.GraphQLSpringContext |
build(org.springframework.web.server.ServerWebExchange serverWebExchange) |
GraphQLSpringWebSocketSessionContext |
build(org.springframework.web.reactive.socket.WebSocketSession webSocketSession) |
public DefaultGraphQLSpringWebfluxContextBuilder()
public GraphQLSpringWebSocketSessionContext build(org.springframework.web.reactive.socket.WebSocketSession webSocketSession)
build in interface GraphQLSpringWebfluxContextBuilderpublic graphql.kickstart.spring.GraphQLSpringContext build(org.springframework.web.server.ServerWebExchange serverWebExchange)
build in interface graphql.kickstart.spring.GraphQLSpringContextBuilder