Class WebSocketAutoConfiguration

java.lang.Object
io.leangen.graphql.spqr.spring.autoconfigure.WebSocketAutoConfiguration

@AutoConfiguration @EnableWebSocket @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(org.springframework.web.socket.config.annotation.WebSocketConfigurer.class) @ConditionalOnProperty(name="graphql.spqr.ws.enabled", havingValue="true", matchIfMissing=true) @ConditionalOnBean(graphql.schema.GraphQLSchema.class) public class WebSocketAutoConfiguration extends Object