Files
spring-graphql/samples/webflux-websocket
Rossen Stoyanchev 72ee49269f Polishing
2021-07-06 16:18:09 +01:00
..
2021-07-06 15:51:50 +01:00
2021-06-02 15:45:51 +02:00
2021-07-06 16:18:09 +01:00

GraphQL WebSocket Endpoint with Spring WebFlux

  • Reactive DataFetcher's, for queries and subscriptions.
  • WebFilter to insert Reactor Context and check it can be accessed in DataRepository.
  • Subscription tests using Reactor's StepVerifier to verify the stream.