Class DefaultGraphQLSpringWebfluxContextBuilder

java.lang.Object
graphql.kickstart.spring.webflux.DefaultGraphQLSpringWebfluxContextBuilder
All Implemented Interfaces:
graphql.kickstart.spring.GraphQLSpringContextBuilder, GraphQLSpringWebfluxContextBuilder

public class DefaultGraphQLSpringWebfluxContextBuilder extends Object implements GraphQLSpringWebfluxContextBuilder
  • Constructor Details

    • DefaultGraphQLSpringWebfluxContextBuilder

      public DefaultGraphQLSpringWebfluxContextBuilder()
  • Method Details

    • build

      public GraphQLSpringWebSocketSessionContext build(org.springframework.web.reactive.socket.WebSocketSession webSocketSession)
      Specified by:
      build in interface GraphQLSpringWebfluxContextBuilder
    • build

      public graphql.kickstart.spring.GraphQLSpringContext build(org.springframework.web.server.ServerWebExchange serverWebExchange)
      Specified by:
      build in interface graphql.kickstart.spring.GraphQLSpringContextBuilder