Module type One_way.S
signature for rpc dispatchers
val dispatch_multi : Connection_with_menu.t -> msg -> unit Core_kernel.Or_error.t
multi-version dispatch
val rpcs : unit -> Rpc.Any.t list
All rpcs supported by
dispatch_multi
val versions : unit -> Core_kernel.Int.Set.t
All versions supported by
dispatch_multi
. (useful for computing which old versions may be pruned)