Merge pull request #143 from jboner/wip-1435-doc-java-actors-patriknw
Updated documentation of Actors (Java). See #1435
This commit is contained in:
commit
02889404fe
18 changed files with 867 additions and 331 deletions
|
|
@ -267,7 +267,7 @@ abstract class MessageDispatcher(val prerequisites: DispatcherPrerequisites) ext
|
|||
}
|
||||
|
||||
/**
|
||||
* Trait to be used for hooking in new dispatchers into Dispatchers.fromConfig
|
||||
* Trait to be used for hooking in new dispatchers into Dispatchers.from(cfg: Config)
|
||||
*/
|
||||
abstract class MessageDispatcherConfigurator() {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue