akka/akka-core
View on GitHubdocument a way to specify Dispatcher via programming
Open
#17,568 opened on May 26, 2015
1 - triagedhelp wantednice-to-have (low-prio)
Repository metrics
- Stars
- (13,277 stars)
- PR merge metrics
- (Avg merge 8d 19h) (10 merged PRs in 30d)
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.