public class DefaultGraphQLSpringWebSocketSessionContext extends graphql.kickstart.execution.context.DefaultGraphQLContext implements GraphQLSpringWebSocketSessionContext
| Constructor and Description |
|---|
DefaultGraphQLSpringWebSocketSessionContext(org.dataloader.DataLoaderRegistry dataLoaderRegistry,
org.springframework.web.reactive.socket.WebSocketSession webSocketSession) |
DefaultGraphQLSpringWebSocketSessionContext(org.springframework.web.reactive.socket.WebSocketSession webSocketSession) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.reactive.socket.WebSocketSession |
getWebSocketSession() |
getDataLoaderRegistry, getSubjectpublic DefaultGraphQLSpringWebSocketSessionContext(org.springframework.web.reactive.socket.WebSocketSession webSocketSession)
public DefaultGraphQLSpringWebSocketSessionContext(org.dataloader.DataLoaderRegistry dataLoaderRegistry,
org.springframework.web.reactive.socket.WebSocketSession webSocketSession)
public org.springframework.web.reactive.socket.WebSocketSession getWebSocketSession()
getWebSocketSession in interface GraphQLSpringWebSocketSessionContext