Receives the next message from this InputChannel
.
Receives a message from this InputChannel
.
Receives a message from this InputChannel
.
This method never returns. Therefore, the rest of the computation has to be contained in the actions of the partial function.
a partial function with message patterns and actions
Receives a message from this InputChannel
within
a certain time span.
Receives a message from this InputChannel
within
a certain time span.
This method never returns. Therefore, the rest of the computation has to be contained in the actions of the partial function.
the time span before timeout
a partial function with message patterns and actions
Receives a message from this InputChannel
.
Receives a message from this InputChannel
.
a partial function with message patterns and actions
result of processing the received value
Receives a message from this InputChannel
within
a certain time span.
Receives a message from this InputChannel
within
a certain time span.
the time span before timeout
a partial function with message patterns and actions
result of processing the received value
A common interface for all channels from which values can be received.
(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.