Sends msg
to this CanReply
and immediately returns a future representing
the reply value.
Sends msg
to this CanReply
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 CanReply
and immediately returns a future representing
the reply value.
Sends msg
to this CanReply
and immediately returns a future representing
the reply value.
the message to be sent
the future
Sends msg
to this CanReply
and awaits reply (synchronous) within
msec
milliseconds.
Sends msg
to this CanReply
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 CanReply
and awaits reply (synchronous).
Sends msg
to this CanReply
and awaits reply (synchronous).
the message to be sent
the reply
Defines result-bearing message send operations.
(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.