Package it.tidalwave.actor.annotation
Annotation Interface Message
- Author:
- Fabrizio Giudici
-
Optional Element Summary
-
Element Details
-
outOfBand
boolean outOfBandOut of band messages are processed with priority, i.e. they are posted at the head of a queue rather than at the tail.- Returns:
true
if this message is out of band
- Default:
false
-
daemon
boolean daemonDoesn't work, don't use it- Returns:
- true
- Default:
true
-