Class:ServiceInvoke
2016-09-13 13:40:02 0 举报
Class: ServiceInvoke 是一个用于调用服务的类。它提供了一种简便的方式来执行远程服务操作,如获取数据、更新信息或执行计算任务。通过 ServiceInvoke,开发者可以轻松地与各种网络服务进行交互,无需关注底层的网络通信细节。这个类通常包含一些基本的方法,如连接服务、发送请求和接收响应等。使用 ServiceInvoke,开发者可以快速地实现跨平台和跨语言的服务集成,从而提高工作效率和系统可扩展性。
作者其他创作
大纲/内容
Response
+ ...responseInfo
1
ServiceInvoker
HFClientHelper
ServiceInvokeConfig
+ invokeType: InvokeType+ requestType: Class+ respType: Class+ parseFunction: Class function(byte[])
HFClient
+ sendTransactionProposal( ProposalRequest): ProposalResponse+ sendTransaction( ProposalResponse[]): CompeletableFuture
LoadBalance
+ init(HFConfig config): void+ findService(ServiceInvokerId): InvokeContext+ peerInvoke(InvokeContext)+ peerInvokeEnd(InvokeContext)
ServiceInvokerId
+ name: string+ version: string+ func: string
+ getId(): string
HFConfig
+ ...configInfo
InvokeContext
+ userName: string;+ channelName: string;+ peerNames: string[];
ConfigMgt
DataProtocol
HFCAClient
0 条评论
下一页