Class GraphQlWebFluxAutoConfiguration.WebSocketConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.WebSocketConfiguration
Enclosing class:
GraphQlWebFluxAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnProperty(prefix="spring.graphql.websocket", name="path") public static class GraphQlWebFluxAutoConfiguration.WebSocketConfiguration extends Object
  • Constructor Details

    • WebSocketConfiguration

      public WebSocketConfiguration()
  • Method Details

    • graphQlWebSocketHandler

      @Bean @ConditionalOnMissingBean public org.springframework.graphql.server.webflux.GraphQlWebSocketHandler graphQlWebSocketHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties, org.springframework.http.codec.ServerCodecConfigurer configurer)
    • graphQlWebSocketEndpoint

      @Bean public org.springframework.web.reactive.HandlerMapping graphQlWebSocketEndpoint(org.springframework.graphql.server.webflux.GraphQlWebSocketHandler graphQlWebSocketHandler, GraphQlProperties properties)