クラス GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
java.lang.ObjectSE
org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
- 含まれているクラス:
- GraphQlWebMvcAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass({jakarta.websocket.server.ServerContainer.class,org.springframework.web.socket.WebSocketHandler.class})
@ConditionalOnProperty("spring.graphql.websocket.path")
public static class GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
extends ObjectSE
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明org.springframework.graphql.server.webmvc.GraphQlWebSocketHandlergraphQlWebSocketHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties, GraphQlCorsProperties corsProperties, HttpMessageConverters converters) graphQlWebSocketMapping(org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler handler, GraphQlProperties properties)
コンストラクターの詳細
WebSocketConfiguration
public WebSocketConfiguration()
方法の詳細
graphQlWebSocketHandler
@Bean @ConditionalOnMissingBean public org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler graphQlWebSocketHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler, GraphQlProperties properties, GraphQlCorsProperties corsProperties, HttpMessageConverters converters) graphQlWebSocketMapping
@Bean public HandlerMapping graphQlWebSocketMapping(org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler handler, GraphQlProperties properties)