Module ipc

Source

Structs§

Client
A client for an IPC service. IPC calls take a single [Writable] as a parameter, and return a [Writable] as their value. A service runs on a port and is defined by a parameter class and a value class.
ConnectionId
This class holds the address and the user ticket. The client connections to servers are uniquely identified by <remoteAddress, protocol, ticket>
Invoker
ProtobufRpcEngine2
ProtocolInfo
The protocol name that is used when a client and server connect.
RPC
A simple RPC mechanism.

Enums§

RpcKind

Traits§

AlignmentContext
This interface intends to align the state between client and server via RPC communication.
RpcEngine
An RPC implementation.
RpcProtocol