akka/akka-core

document a way to specify Dispatcher via programming

Aberta

#17.568 aberto em 26 de mai. de 2015

 (4 comentários) (0 reação) (0 responsável)Scala (3.547 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)

Métricas do repositório

Stars
 (13.277 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador