public class MessageDispatcher$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MessageDispatcher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
MessageDispatcher$() |
| Modifier and Type | Method and Description |
|---|---|
Index<MessageDispatcher,ActorRef> |
actors() |
boolean |
debug() |
void |
printActors() |
int |
RESCHEDULED() |
int |
SCHEDULED() |
int |
UNSCHEDULED() |
public static final MessageDispatcher$ MODULE$
public int UNSCHEDULED()
public int SCHEDULED()
public int RESCHEDULED()
public final boolean debug()
public Index<MessageDispatcher,ActorRef> actors()
public void printActors()