akka/akka-core

document a way to specify Dispatcher via programming

Ouverte

#17 568 ouverte le 26 mai 2015

 (4 commentaires) (0 réaction) (0 personne assignée)Scala (3 547 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)

Métriques du dépôt

Stars
 (13 277 étoiles)
Métriques de merge PR
 (Merge moyen 8j 19h) (10 PRs mergées en 30 j)

Description

currently I have no way to create an Dispatcher and specified it to the actor via withDispatcher,cause the Dispatcher just accept a String.I may specified an fqcn and let the MessageDispatcherConfigurator impl to get some shared executor or reuse something from a global state,but could there be a better way.

Guide contributeur