| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | woozletoff@gmail.com |
| Safe Haskell | None |
Neovim.RPC.Classes
Description
Import this module qualified as MsgpackRPC
- data Message
Documentation
See https:github.commsgpack-rpcmsgpack-rpcblobmaster/spec.md for details about the msgpack rpc specification.
Constructors
| Request Request | Request in the sense of the msgpack rpc specification Parameters * Message identifier that has to be put in the response to this request * Function name * Function arguments |
| Response !Int64 (Either Object Object) | Response in the sense of the msgpack rpc specifcation Parameters
* Mesage identifier which matches a request
* |
| Notification Notification | Notification in the sense of the msgpack rpc specification |