Package io.smallrye.graphql.websocket
Interface GraphQLWebsocketHandler
- All Known Implementing Classes:
AbstractGraphQLWebsocketHandler,GraphQLTransportWSSubprotocolHandler,GraphQLWSSubprotocolHandler
public interface GraphQLWebsocketHandler
-
Method Summary
-
Method Details
-
onMessage
Called when a message arrives and needs to be handled. Implementation of this method MUST NOT block the calling thread! -
onThrowable
-
onClose
void onClose() -
onEnd
void onEnd()
-