Get desktop application:
View/edit binary Protocol Buffers messages
An outgoing remote procedure call
Used in:
`to` is the intended actor
`what` is the serialized arguments to the call
`tag` is a unique request tag which the RemoteActor applied in order to match requests back up to replies
`timeout_ms` is the timeout in milliseconds for the call to complete
Index into the variant
Optional metadata for the call (helps supported nested encodings)
A reply to a remote procedure call
Used in:
`to` is the intended RemoteActor
`tag` is a unique request tag which the RemoteActor applied in order to match requests back up to replies
`what` is the payload for the call reply
Represents a cast to a remote actor
Used in:
`to` is the intended actor
`what` is the payload for the cast operation
Index into the variant
Optional metadata for the call (helps supported nested encodings)
An inter-node message for inter-actor communications
Used in:
The message payload
A cast to a remote actor
A call to a remote actor
A reply to a call from the remote actor