ActorAddress
Actor physical address
Type parameters
- M
-
the message type that this actor can receive.
Value parameters
- house
-
actor house
Attributes
- Graph
-
- Supertypes
-
class PhysicalAddress[M]trait Address[M]trait EventableAddressclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
send ask message to this address, and set timeout milliseconds to get the respect Reply, otherwise the MessageFuture will set scala.concurrent.TimeoutException.
send ask message to this address, and set timeout milliseconds to get the respect Reply, otherwise the MessageFuture will set scala.concurrent.TimeoutException.
Type parameters
- A
-
the type of ask message
Value parameters
- ask
-
ask message to send
- f
-
reply message future for this ask message
- sender
-
who send this ask message
- timeout
-
max time to wait for the Reply message.
Attributes
- Definition Classes
- Inherited from:
- PhysicalAddress
send ask message to this address
send ask message to this address
Type parameters
- A
-
the type of ask message
Value parameters
- ask
-
ask message to send
- future
-
reply message future for this ask message
- sender
-
who send this ask message
Attributes
- Definition Classes
- Inherited from:
- PhysicalAddress
Attributes
- Inherited from:
- Address
Attributes
- Definition Classes
- Inherited from:
- PhysicalAddress
send notice message to this address
send notice message to this address
Value parameters
- notice
-
notice message to send
Attributes
- Definition Classes
- Inherited from:
- PhysicalAddress