public interface BlobeeRpcController
extends com.google.protobuf.RpcController
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultiReturn()
True iff the invocation is multi-return.
|
boolean |
isNoReturn()
True iff the invocation is a no-return invocation.
|
void |
setMultiReturn()
Set this invocation to be multi-return, meaning that a procedure can
return more than one value.
|
void |
setNoReturn()
Set this invocation to be no-return, meaning that it is assumed that the
return-value callback will not be invoked.
|
void setMultiReturn()
boolean isMultiReturn()
void setNoReturn()
boolean isNoReturn()
Copyright © 2013. All Rights Reserved.