Making dispatcher in ActorRefFactory public and implicit, by request from Matthias Doenitz (spray.cc)
This commit is contained in:
parent
2e8d6a8458
commit
41cd0fcf45
1 changed files with 2 additions and 2 deletions
|
|
@ -163,9 +163,9 @@ trait ActorRefFactory {
|
|||
*/
|
||||
protected def provider: ActorRefProvider
|
||||
/**
|
||||
* INTERNAL USE ONLY
|
||||
* Returns the default MessageDispatcher used by this ActorRefFactory
|
||||
*/
|
||||
protected def dispatcher: MessageDispatcher
|
||||
implicit def dispatcher: MessageDispatcher
|
||||
|
||||
/**
|
||||
* Father of all children created by this interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue