Liking cljdoc? Tell your friends :D
Clojure only.

clojure-lsp.producer

An interface for sending messages to a 'client', whether that's an editor, the CLI, or a no-op producer for tests.

An interface for sending messages to a 'client', whether that's an editor,
the CLI, or a no-op producer for tests.
raw docstring

IProducercljprotocol

publish-diagnosticclj

(publish-diagnostic this diagnostic)

publish-progressclj

(publish-progress this percentage message progress-token)

publish-workspace-editclj

(publish-workspace-edit this edit)

refresh-code-lensclj

(refresh-code-lens this)

refresh-test-treeclj

(refresh-test-tree this uris)

show-document-requestclj

(show-document-request this document-request)

show-messageclj

(show-message this message type extra)

show-message-requestclj

(show-message-request this message type actions)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close