|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ActorRef | |
| ActorSystem | Main class of the framework responsible for management of actors. |
| ActorSystemStopCallback | Callback to be called when ActorSystem is stopped, i.e. |
| ThreadingStrategy | Threading strategy for an ActorSystem |
| Class Summary | |
|---|---|
| Actor | Override this class to implement your actors. |
| ActorSystemFactory | Factory class for ActorSystem |
| CachedThreadPoolStrategy | ActorSystem threading strategy that uses cached thread pool ExecutorService |
| FixedThreadPoolStrategy | * ActorSystem threading strategy that uses fixed thread pool ExecutorService with
number of threads equal to number of available CPU cores. |
| Option<T> | Optional value. |
| Annotation Types Summary | |
|---|---|
| Receiver | |
Classes for Drama Actor library
General usage information:
ActorSystem using ActorSystemFactory.create()ActorActorSystem.createActor(Class, String)ActorSystem.find(String)ActorRef.tell(Object) or ActorRef.tell(Object, ActorRef)
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||