pekko/akka-testkit/src/main/scala/akka/testkit
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
..
CallingThreadDispatcher.scala rewrite mailbox selection logic, see #3342 2013-06-02 12:32:04 +02:00
package.scala #3018 - Enabling -Xlint and dealing with the situation that occurs 2013-03-29 01:43:17 +01:00
Routing.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
TestActorRef.scala rewrite mailbox selection logic, see #3342 2013-06-02 12:32:04 +02:00
TestBarrier.scala #3018 - Enabling -Xlint and dealing with the situation that occurs 2013-03-29 01:43:17 +01:00
TestEventListener.scala Enable usage of MultiJvm nrOfNodes in cluster StressSpec, see #2787 2013-05-02 19:17:08 +02:00
TestFSMRef.scala rewrite mailbox selection logic, see #3342 2013-06-02 12:32:04 +02:00
TestKit.scala Merge pull request #1401 from akka/wip-3265-heartbeating-race2-patriknw 2013-05-07 04:27:26 -07:00
TestKitExtension.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
TestLatch.scala #2879 - updating copyright info 2013-01-09 11:38:00 +01:00