Add abstract method for dispatcher name

This commit is contained in:
Peter Vlugter 2011-07-25 13:24:39 +12:00
parent ae35e61a02
commit f406cd98e0
2 changed files with 7 additions and 2 deletions

View file

@ -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
*/