akka/akka-core
document a way to specify Dispatcher via programming
Offen
#17.568 geöffnet am 26.05.2015
1 - triagedhelp wantednice-to-have (low-prio)
Repository-Metriken
- Stars
- (13.277 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 8T 19h) (10 gemergte PRs in 30 T)
Beschreibung
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.