Interface GraphQLSpringWebSocketSessionContext

All Superinterfaces:
graphql.kickstart.execution.context.GraphQLKickstartContext
All Known Implementing Classes:
DefaultGraphQLSpringWebSocketSessionContext

public interface GraphQLSpringWebSocketSessionContext extends graphql.kickstart.execution.context.GraphQLKickstartContext
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.socket.WebSocketSession
     

    Methods inherited from interface graphql.kickstart.execution.context.GraphQLKickstartContext

    getDataLoaderRegistry, getMapOfContext
  • Method Details

    • getWebSocketSession

      org.springframework.web.reactive.socket.WebSocketSession getWebSocketSession()