Copyright | (c) Sebastian Witte |
---|---|
License | Apache-2.0 |
Maintainer | woozletoff@gmail.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Import this module qualified as MsgpackRPC
Synopsis
- data Message
Documentation
See https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md for details about the msgpack rpc specification.
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 |