Sends msg
to this OutputChannel
(asynchronous).
Sends msg
to this OutputChannel
(asynchronous).
the message to send
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
Forwards msg
to this OutputChannel
(asynchronous).
Forwards msg
to this OutputChannel
(asynchronous).
the message to forward
Returns the Actor
that is receiving from this OutputChannel
.
Returns the Actor
that is receiving from this OutputChannel
.
Sends msg
to this OutputChannel
(asynchronous) supplying
explicit reply destination.
Sends msg
to this OutputChannel
(asynchronous) supplying
explicit reply destination.
the message to send
the reply destination
(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.