Clarifying docs in ActorCell
This commit is contained in:
parent
6a8bed784b
commit
8067ffda3d
1 changed files with 2 additions and 2 deletions
|
|
@ -259,12 +259,12 @@ private[akka] trait Cell {
|
|||
*/
|
||||
def isLocal: Boolean
|
||||
/**
|
||||
* If the actor isLocal, returns whether messages are currently queued,
|
||||
* If the actor isLocal, returns whether "user messages" are currently queued,
|
||||
* “false” otherwise.
|
||||
*/
|
||||
def hasMessages: Boolean
|
||||
/**
|
||||
* If the actor isLocal, returns the number of messages currently queued,
|
||||
* If the actor isLocal, returns the number of "user messages" currently queued,
|
||||
* which may be a costly operation, 0 otherwise.
|
||||
*/
|
||||
def numberOfMessages: Int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue