Removing 'name' from dispatchers, just use id, much better

This commit is contained in:
Viktor Klang 2012-01-19 19:08:51 +01:00
parent 2e40cdcf0e
commit d888ca5bff
8 changed files with 4 additions and 26 deletions

View file

@ -139,11 +139,6 @@ abstract class MessageDispatcher(val prerequisites: DispatcherPrerequisites) ext
*/
protected[akka] def createMailbox(actor: ActorCell): Mailbox
/**
* Name of this dispatcher.
*/
def name: String
/**
* Identifier of this dispatcher, corresponds to the full key
* of the dispatcher configuration.