akka/akka-core

document a way to specify Dispatcher via programming

开放

#17,568 创建于 2015年5月26日

 (4 条评论) (0 个反应) (0 位负责人)Scala (3,547 个派生)batch import
1 - triagedhelp wantednice-to-have (low-prio)

仓库指标

星标
 (13,277 个星标)
PR 合并指标
 (平均合并 8天 19小时) (30 天内合并 10 个 PR)

描述

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.

贡献者指南