Add abstract method for dispatcher name
This commit is contained in:
parent
ae35e61a02
commit
f406cd98e0
2 changed files with 7 additions and 2 deletions
|
|
@ -68,6 +68,11 @@ trait MessageDispatcher {
|
|||
*/
|
||||
private[akka] def createMailbox(actorRef: ActorRef): AnyRef
|
||||
|
||||
/**
|
||||
* Name of this dispatcher.
|
||||
*/
|
||||
def name: String
|
||||
|
||||
/**
|
||||
* Attaches the specified actorRef to this dispatcher
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue