RestrictProcess
Use this mixin with the RestrictActor to make use of partial functions in the message handling.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Access object for the user to define the required actions.
Access object for the user to define the required actions.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Process.type
Inherited classlikes
All user defined process actions are derived from this trait.
All user defined process actions are derived from this trait.
Attributes
- Inherited from:
- ProcessAid (hidden)
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- StashDefs (hidden)
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Stash.type
Inherited types
The upper bound for the collection of all accepted Senders.
The upper bound for the collection of all accepted Senders.
Attributes
- Inherited from:
- BareDefs (hidden)
The lower bound for the collection of all accepted Senders.
The lower bound for the collection of all accepted Senders.
Attributes
- Inherited from:
- BareDefs (hidden)
The Result type for the receive method.
The Result type for the receive method.
Attributes
- Inherited from:
- BareDefs (hidden)
Value members
Abstract methods
This is the first process to be called and must be implemented by the user. The idea is that the user may implement more methods with comparable signature to be able to switch between them.
This is the first process to be called and must be implemented by the user. The idea is that the user may implement more methods with comparable signature to be able to switch between them.
Attributes
Concrete methods
The receive method is overridden here and may not be implemented by the user any more.
The receive method is overridden here and may not be implemented by the user any more.
Attributes
Inherited methods
The name of this actor.
The name of this actor.
Attributes
- Inherited from:
- ActorDefs (hidden)
The full name of this actor, contains the full path to the first ancestor.
The full name of this actor, contains the full path to the first ancestor.
Attributes
- Inherited from:
- ActorDefs (hidden)
Switch the process from one to an other, see the Process object for the correct use.
Switch the process from one to an other, see the Process object for the correct use.
Attributes
- Inherited from:
- ProcessAid (hidden)