Class | Description |
---|---|
FeatureSeThriftClient |
基于thrift/swift框架生成的client端代码提供
FeatureSe 接口的RPC实现(线程安全)转发所有 FeatureSe 接口方法到FeatureSeThriftClient.delegate() 指定的实例所有服务端抛出的 RuntimeException 异常被封装到ServiceRuntimeException 中抛出Example: |
FeatureSeThriftClientAsync |
基于thrift/swift框架生成的client端代码提供
FeatureSe 接口的异步RPC实现(线程安全)转发所有 FeatureSe 接口方法到FeatureSeThriftClientAsync.delegate() 指定的实例所有服务端抛出的 RuntimeException 异常被封装到ServiceRuntimeException 中抛出Example: |
FeatureSeThriftClientAsync.DefaultCallback<V> |
默认的
FutureCallback 实现 |
Exception | Description |
---|---|
ServiceRuntimeException |
服务端抛出的 runtime 异常
|
Copyright © 2020. All rights reserved.