pekko/akka-docs/rst/scala/code/docs/routing
Roland f317aaf711 rewrite mailbox selection logic, see #3342
- add “mailbox-requirement” key to dispatcher section
- split out mailbox section, add akka.actor.default-mailbox
- rewrite findMarker method and use it for Props.create() and getting
  the required mailbox of an actor
- add ProducesMessageQueue trait for MailboxType so that requirements
  can be checked before trying to create the actor for real
- verify actor as well as dispatcher requirements for message queue
  before creation, even in remote-deployed case
- change MessageDispatcher constructor to take a Configurator, add that
  to migration guide
2013-06-02 12:32:04 +02:00
..
ConsistentHashingRouterDocSpec.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
RouterDocSpec.scala remove fallback to default-dispatcher, see #3394 2013-05-28 15:40:00 +02:00
RouterTypeExample.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
RouterViaConfigDocSpec.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
RouterViaConfigExample.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
RouterViaProgramDocSpec.scala rewrite mailbox selection logic, see #3342 2013-06-02 12:32:04 +02:00
RouterViaProgramExample.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00