public interface EchoService
| 限定符和类型 | 方法和说明 |
|---|---|
EchoInfoClass.EchoInfo |
echo(EchoInfoClass.EchoInfo info)
To define a RPC client method.
|
EchoInfoClass.EchoInfo |
echoWithAttachement(EchoInfoClass.EchoInfo info) |
@ProtobufRPC(serviceName="echoService",
onceTalkTimeout=1111112500L)
EchoInfoClass.EchoInfo echo(EchoInfoClass.EchoInfo info)
info - @ProtobufRPC(serviceName="echoService",
onceTalkTimeout=150000000L,
attachmentHandler=EchoClientAttachmentHandler.class,
logIDGenerator=EchoLogIDGenerator.class)
EchoInfoClass.EchoInfo echoWithAttachement(EchoInfoClass.EchoInfo info)
Copyright © 2022 Baidu, Inc.. All rights reserved.