|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.dispatch.MessageDispatcherConfigurator
akka.dispatch.DispatcherConfigurator
public class DispatcherConfigurator
Configurator for creating Dispatcher
.
Returns the same dispatcher instance for for each invocation
of the dispatcher()
method.
Constructor Summary | |
---|---|
DispatcherConfigurator(com.typesafe.config.Config config,
DispatcherPrerequisites prerequisites)
|
Method Summary | |
---|---|
MessageDispatcher |
dispatcher()
Returns the same dispatcher instance for each invocation |
Methods inherited from class akka.dispatch.MessageDispatcherConfigurator |
---|
config, configureExecutor, prerequisites |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
Method Detail |
---|
public MessageDispatcher dispatcher()
dispatcher
in class MessageDispatcherConfigurator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |