书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 9552 个相关结果.
  • Extending Supervisor’s XML-RPC API

    Extending Supervisor’s XML-RPC API Configuring XML-RPC Interface Factories Extending Supervisor’s XML-RPC API Supervisor can be extended with new XML-RPC APIs. Several third-p...
  • Extension Hook

    Extension Hook Design APIs Developing Guide Extension Hook The Extension Hook is supported by the emqx-exhook plugin. It allows users to process EMQX’s Hooks using other p...
  • 多语言扩展钩子

    多语言扩展 - 钩子 设计 接口设计 开发指南 创建模块 多语言扩展 - 钩子 在 EMQ X e4.2.0 中,我们提供了多语言扩展的支持。其中 多语言扩展钩子 模块允许使用其他编程语言(例如:Python,Java 等)直接向 EMQ X 系统挂载钩子,以接收并处理 EMQ X 系统的钩子事件,达到扩展和定制 EMQ X 的目的。例如,...
  • 集群扩展

    集群扩展 扩展说明 扩展接口 扩展配置 已知扩展 扩展示例 集群扩展 扩展说明 当有多个服务提供方时,将多个服务提供方组织成一个集群,并伪装成一个提供方。 扩展接口 org.apache.dubbo.rpc.cluster.Cluster 扩展配置 <dubbo:protocol cluster = "xxx" /> ...
  • 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...
  • Using RPC To Send Events To The Client

    Using RPC to send events to the client Using RPC to send events to the client An RPC mechanism can be used to communicate from the server to the client. In effect, the server-s...
  • RPC&SOA

    RPC & SOA 场景描述 创建服务命令注册类 监听服务 调用客户端 RPC & SOA EasySwoole 同样可以做串行、并行化的SOA服务调用,底层基于SWOOLE_TCP实现,支持自定义消息加解密,为方便多种客户端(不同语言)调用,服务交互采用json格式传递,开发者可以快速以其他语言实现。 场景描述 例如,某个应用中,A为...
  • RPC

    1871 2018-02-08 《Go Web 编程》
    8.4 RPC RPC工作原理 Go RPC HTTP RPC TCP RPC JSON RPC 总结 links 8.4 RPC 前面几个小节我们介绍了如何基于Socket和HTTP来编写网络应用,通过学习我们了解了Socket和HTTP采用的是类似”信息交换”模式,即客户端发送一条信息到服务端,然后(一般来说)服务器端都会返回一定的...
  • Comparison of basic features

    Comparison of basic features Basic concepts RPC Global RPC Status Code RPC IDL Sample RPC Service Sample RPC Server Sample RPC Client Sample RPC Context RPCContext API ...
  • neutron-server RPC

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