|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Model
Model sets the concurrency model for the Actor.
The default model for all Actors is ConcurrencyModel.SingleThreaded.
| Optional Element Summary | |
|---|---|
ConcurrencyModel |
value
The model of the actor. |
public abstract ConcurrencyModel value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||