bastion-rs / bastion

Highly-available Distributed Fault-tolerant Runtime
https://www.bastion-rs.com
Apache License 2.0
2.79k stars 103 forks source link

Add MessageHandler #309

Closed scrabsha closed 3 years ago

scrabsha commented 3 years ago

This PR adds the MessageHandler type and its API.

MsgHandler allows to match over messages, depending on the message type and on the type of the data they store. It aims to replace the msg! macro.

Some public but hidden API is modified, so it should not break code.

Fix #214 .

Checklist
scrabsha commented 3 years ago

I have force-pushed changes. It changes the doc links for MessageHandler so that they use the new intra-doc-feature.