Crate ockam_node[−][src]
Expand description
ockam_node - Ockam Node API
Structs
| Cancel | A message wraper type that allows users to cancel message receival |
| Context | Context contains Node state and references to the runtime. |
| Executor | Ockam node and worker executor |
| Mailbox | A mailbox for encoded messages |
Enums
| NodeError | Failure states from a router command |
| NodeMessage | Messages sent from the Node to the Executor |
| NodeReply | Successful return values from a router command |
Constants
| DEFAULT_TIMEOUT | A default timeout in seconds |
Functions
| start_node | Start a node |
Type Definitions
| NodeReplyResult | The reply/result of a Node |