Interface GraphQLWebsocketHandler

    • Method Detail

      • onMessage

        void onMessage​(String message)
        Called when a message arrives and needs to be handled. Implementation of this method MUST NOT block the calling thread!
      • onThrowable

        void onThrowable​(Throwable t)
      • onClose

        void onClose()
      • onEnd

        void onEnd()