Refining the PriorityGenerator API and also adding PriorityDispatcher to the docs
This commit is contained in:
parent
e49d675aed
commit
a38e0cacdb
4 changed files with 124 additions and 8 deletions
|
|
@ -215,6 +215,9 @@ trait MessageDispatcher {
|
|||
* Trait to be used for hooking in new dispatchers into Dispatchers.fromConfig
|
||||
*/
|
||||
abstract class MessageDispatcherConfigurator {
|
||||
/**
|
||||
* Returns an instance of MessageDispatcher given a Configuration
|
||||
*/
|
||||
def configure(config: Configuration): MessageDispatcher
|
||||
|
||||
def mailboxType(config: Configuration): MailboxType = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue