Package io.smallrye.graphql.websocket
Interface GraphQLWebSocketSession
public interface GraphQLWebSocketSession
This is a simple abstraction over a websocket session to be able to abstract away from the underlying API.
The reason is to be able to implement protocol handlers which will work with Vert.x websockets as well as
JSR-356 endpoints.
-
Method Summary
-
Method Details
-
sendMessage
- Throws:
IOException
-
close
-
isClosed
boolean isClosed()
-