| 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.