public class SendCallback extends Object
| 构造器和说明 |
|---|
SendCallback(EndpointProxy endpointProxy) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkException |
getError() |
Map<String,Object> |
getReturn() |
EndpointProxy |
getTarget() |
void |
setComplete() |
void |
setError(LinkException error) |
void |
setReturn(Map<String,Object> _return) |
void |
waitReturn(int timeout) |
public Integer flag
public SendCallback(EndpointProxy endpointProxy)
public EndpointProxy getTarget()
public void setComplete()
public LinkException getError()
public void setError(LinkException error)
public void waitReturn(int timeout)
throws LinkException
LinkExceptionCopyright © 2020. All rights reserved.