VertxEventbus
This is a TCP eventbus implementation for C# clients. The protocol is quite simple: 4bytes int32 message length (big endian encoding) json string built-in keys 1) type: (String, required) One of "send", "publish", "register", "unregister". 2) headers: (Object, optional) Headers with JSON format. 3) body: (Object, optional) Message content in JSON format. 4) address: (String, required) Destination address 5) replyAddress: (String, optional) Address for replying to.
Activity
- Latest release
- 10y ago
- Total releases
- 2
- Cadence
- ~8 days
- Last 12 months
- 0
Details
- First release
- Jul 14, 2016