书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 69363 个相关结果.
  • Limiter (concurrent control)

    Limiter (concurrent control) Overview Preparation rest service Limit Configuration Sample gRPC service References Limiter (concurrent control) Overview Restricted fluids...
  • what’s the RPC?

    1047 2018-04-25 《Tornado Tcp Program》
    what’s the RPC? RPC(Remote Procedure CallProtocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。 简单来说rpc就是client在不知道任何底层实现的情况下,可以直接调用server的函数方法;而server也可以直接调用client的函数。 百度给出的...
  • rpc目录结构

    1424 2022-03-03 《go-zero v1.3 教程》
    rpc服务目录 proto 文件 goctl rpc proto goctl rpc protoc rpc服务目录 proto 文件 greet.proto syntax = "proto3" ; package stream ; option go_package = "./greet" ; messa...
  • 3. 指令介绍(API)

    3. 指令介绍(API) 3.1. 节点rpc接口 3.2. 开发者接口 3. 指令介绍(API) 3.1. 节点rpc接口 详细见: core/pb/xchain.proto API 功能 rpc QueryTx(TxStatus) returns (TxStatus) 查询一个交易 rpc GetBalance(Addre...
  • Directory Structure

    Directory Structure System structure analysis rpc call chain suggestion Directory structure of common service types Example of complete project directory structure Guess you w...
  • Directory Structure

    Directory Structure System structure analysis rpc call chain suggestion Directory structure of common service types Example of complete project directory structure Guess you w...
  • RPC Commands

    RPC Commands Features Quick start The way one: Quickly generate greet service The way two: Generate rpc service by specifying proto Prepare Usage rpc service generation usage ...
  • 钩子扩展

    多语言 - 钩子扩展 设计 接口设计 开发指南 多语言 - 钩子扩展 多语言的 钩子扩展 由 emqx-exhook 插件进行支持。它允许用户使用其它编程(例如:Python, Java 等)直接向 EMQ X 挂载钩子,以接收并处理 EMQ X 系统的事件,达到扩展和定制 EMQ X 的目的。例如,用户可以使用其他编程语言来实现: 客...
  • neutron-server RPC

    neutron-server的rpc neutron-server的rpc 这个rpc服务端主要通过neutron.server中主函数中代码执行 neutron_rpc = service . serve_rpc () 方法的实现代码如下 def serve_rpc (): plugin = manager . N...
  • RPC远程调用

    RPC 远程调用 目录 配置 开始使用 高级功能 RPC 远程调用 目录 配置 开始使用 高级功能 配置 在 Jboot 中,默认实现了对 Dubbo、motan、zbus 的 RPC 调用支持。在使用 RPC 远程调用之前,需要做一些基本的配置。 例如 : jboot . rpc . type = dubbo jb...