| 类 | 说明 |
|---|---|
| ThriftClientBeanInjector |
添加了 @ThriftClient 注解的字段进行注入对象
|
| ThriftClientProxy |
Client 代理类
添加
TTransport.open() 和 TTransport.close() 的执行 |
| ThriftCloudPlugin |
Thrift 插件入口
|
| ThriftServerProps |
Thrift 服务属性
例如:server.thrift.port: 9090
|
| ThriftServiceBeanBuilder |
针对添加了 @ThriftService 的类进行构建
|