Sends msg
to this actor (asynchronous).
Sends msg
to this actor (asynchronous).
the message to send
Sends msg
to this actor and
immediately returns a future representing the reply value.
Sends msg
to this actor and
immediately returns a future representing the reply value.
The reply is post-processed using the partial function
handler
. This also allows to recover a more
precise type for the reply value.
the message to be sent
the function to be applied to the response
the future
Sends msg
to this actor and
immediately returns a future representing the reply value.
Sends msg
to this actor and
immediately returns a future representing the reply value.
the message to be sent
the future
Sends msg
to this actor and
awaits reply (synchronous) within msec
milliseconds.
Sends msg
to this actor and
awaits reply (synchronous) within msec
milliseconds.
the time span before timeout
the message to be sent
None
in case of timeout, otherwise
Some(x)
where x
is the reply
Sends msg
to this actor and
awaits reply (synchronous).
Sends msg
to this actor and
awaits reply (synchronous).
the message to be sent
the reply
Forwards msg
to this actor (asynchronous).
Forwards msg
to this actor (asynchronous).
the message to forward
Returns the Actor
that is receiving from this actor.
Returns the Actor
that is receiving from this actor.
Sends msg
to this actor (asynchronous) supplying
explicit reply destination.
Sends msg
to this actor (asynchronous) supplying
explicit reply destination.
the message to send
the reply destination