| Package | Description |
|---|---|
| com.weibo.api.motan.rpc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResponseFuture |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResponseFuture
Created by zhanglei28 on 2017/9/11.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FutureListener.operationComplete(Future future)
建议做一些比较简单的低功耗的操作
注意一些反模式:
1) 死循环:
operationComplete(Future future) {
......
|
Copyright © 2019. All rights reserved.