Removing 'name' from dispatchers, just use id, much better
This commit is contained in:
parent
2e40cdcf0e
commit
d888ca5bff
8 changed files with 4 additions and 26 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue