Refactoring RemoteServer

This commit is contained in:
Viktor Klang 2010-09-07 10:12:26 +02:00
parent 4841996520
commit fd480e9d76
4 changed files with 35 additions and 36 deletions

View file

@ -67,6 +67,7 @@ trait MessageQueue {
}
/* Tells the dispatcher that it should create a bounded mailbox with the specified push timeout
* (If capacity > 0)
*/
case class BoundedMailbox(capacity: Int, pushTimeOut: Option[Duration])