Interface PartialResultParams

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,​java.lang.Integer> getPartialResultToken()
      An optional token that a server can use to report partial results (e.g.
      void setPartialResultToken​(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,​java.lang.Integer> token)
      An optional token that a server can use to report partial results (e.g.
    • Method Detail

      • getPartialResultToken

        org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,​java.lang.Integer> getPartialResultToken()
        An optional token that a server can use to report partial results (e.g. streaming) to the client.
      • setPartialResultToken

        void setPartialResultToken​(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,​java.lang.Integer> token)
        An optional token that a server can use to report partial results (e.g. streaming) to the client.