Refactoring RemoteServer
This commit is contained in:
parent
4841996520
commit
fd480e9d76
4 changed files with 35 additions and 36 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue