|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.dispatch.Dispatchers
public class Dispatchers
Dispatchers are to be defined in configuration to allow for tuning
for different environments. Use the lookup method to create
a dispatcher as specified in configuration.
Look in akka.actor.default-dispatcher section of the reference.conf
for documentation of dispatcher options.
| Constructor Summary | |
|---|---|
Dispatchers(ActorSystem.Settings settings,
DispatcherPrerequisites prerequisites)
|
|
| Method Summary | |
|---|---|
com.typesafe.config.Config |
defaultDispatcherConfig()
|
static java.lang.String |
DefaultDispatcherId()
The id of the default dispatcher, also the full key of the configuration of the default dispatcher. |
MessageDispatcher |
defaultGlobalDispatcher()
The one and only default dispatcher. |
MessageDispatcher |
lookup(java.lang.String id)
Returns a dispatcher as specified in configuration, or if not defined it uses the default dispatcher. |
DispatcherPrerequisites |
prerequisites()
|
ActorSystem.Settings |
settings()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dispatchers(ActorSystem.Settings settings,
DispatcherPrerequisites prerequisites)
| Method Detail |
|---|
public static final java.lang.String DefaultDispatcherId()
public ActorSystem.Settings settings()
public DispatcherPrerequisites prerequisites()
public com.typesafe.config.Config defaultDispatcherConfig()
public MessageDispatcher defaultGlobalDispatcher()
public MessageDispatcher lookup(java.lang.String id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||