Module workflow_rpc::server::protocol::serde_json
source · Expand description
Module containing JsonProtocol
responsible for server-side
dispatch of RPC methods and notifications when using JSON
protocol.
Re-exports§
pub use crate::server::result::Result;
Structs§
- Server-side message serializer and dispatcher when using
JSON
protocol.