Package io.smallrye.graphql.websocket
Interface GraphQLWebsocketHandler
-
- All Known Implementing Classes:
AbstractGraphQLWebsocketHandler,GraphQLTransportWSSubprotocolHandler,GraphQLWSSubprotocolHandler
public interface GraphQLWebsocketHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClose()voidonEnd()voidonMessage(String message)Called when a message arrives and needs to be handled.voidonThrowable(Throwable t)
-