Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
When a actor instance is mounted to actor system, this method will call by actor system
When a actor instance is mounted to actor system, this method will call by actor system
Attributes
- Definition Classes
implement this method to handle ask message and resume when received reply message for this notice message
implement this method to handle ask message and resume when received reply message for this notice message
Value parameters
- stack
-
ask message received by this actor instance, or resume frame .
Attributes
- Returns
-
an option value containing the resumable StackState waited for some reply message, or
None
if the stack frame has finished. - Definition Classes
-
AbstractActor
Attributes
- Definition Classes
Inherited methods
The unique id of this actor distributed by ActorSystem, when a actor instance is mounted to a ActorSystem, the actor system will distribute a unique id to the instance.
The unique id of this actor distributed by ActorSystem, when a actor instance is mounted to a ActorSystem, the actor system will distribute a unique id to the instance.
Attributes
- Returns
-
id number
- Inherited from:
- Actor
Attributes
- Inherited from:
- ChannelsActor
Attributes
- Inherited from:
- Actor
Attributes
- Inherited from:
- Actor
whether this actor is a batch actor, if override it to true, actor system will dispatch seq message to receiveBatchXXX method
whether this actor is a batch actor, if override it to true, actor system will dispatch seq message to receiveBatchXXX method
Attributes
- Inherited from:
- AbstractActor (hidden)
Context of this actor. This method can only used after actor instance mount to actor system
Context of this actor. This method can only used after actor instance mount to actor system
Attributes
- Definition Classes
-
AbstractActor -> Actor
- Inherited from:
- AbstractActor (hidden)
Attributes
- Inherited from:
- ChannelsActor
Attributes
- Inherited from:
- ChannelsActor
max size message for each batch, usage for schedule system
max size message for each batch, usage for schedule system
Attributes
- Inherited from:
- AbstractActor (hidden)
Attributes
- Inherited from:
- Actor
Attributes
- Inherited from:
- ChannelsActor
self address of this actor instance
self address of this actor instance
Attributes
- Definition Classes
-
ChannelsActor -> AbstractActor
- Inherited from:
- ChannelsActor
The ActorSystem of this actor instance is running
The ActorSystem of this actor instance is running
Attributes
- Returns
-
ActorSystem
- Inherited from:
- Actor
Inherited fields
Attributes
- Inherited from:
- AbstractActor (hidden)
Attributes
- Inherited from:
- AbstractActor (hidden)