Inbox Class |
[Missing <summary> documentation for "T:Akka.FSharp.Inbox"]
Namespace: Akka.FSharp
The Inbox type exposes the following members.
Name | Description | |
---|---|---|
asyncReceiveMessage |
Awaits in async block fora next message sent to the inbox.
Returns None if message is incompatible with expected response type.
| |
filterReceiveMessage |
Receives a next message sent to the inbox, which satisfies provided predicate.
This is a blocking operation. Returns None if timeout occurred or message
is incompatible with expected response type.
| |
inbox |
Creates an actor-like object, which could be interrogated from the outside.
Usually it's used to spy on other actors lifecycle.
Most of the inbox methods works in thread-blocking manner.
| |
receiveMessage |
Receives a next message sent to the inbox. This is a blocking operation.
Returns None if timeout occurred or message is incompatible with expected response type.
|