Expand description
RPC module for Controller
This module provides the RPC server and codec for handling requests from brokers and clients.
Re-exports§
pub use codec::RpcCodec;pub use codec::RpcRequest;pub use codec::RpcResponse;pub use server::RpcServer;