@Deprecated public class DefaultRpcDefinition<REQ,RES> extends Object implements RpcDefinition<REQ,RES>
| 构造器和说明 |
|---|
DefaultRpcDefinition()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Codec<REQ> |
requestCodec()
已过时。
|
Codec<RES> |
responseCodec()
已过时。
|
String |
toString()
已过时。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiterrorCodec, getAddress, getId, of, of, ofpublic Codec<REQ> requestCodec()
requestCodec 在接口中 RpcDefinition<REQ,RES>public Codec<RES> responseCodec()
responseCodec 在接口中 RpcDefinition<REQ,RES>Copyright © 2019–2022. All rights reserved.