boolean |
AbstractRemoteConnection.blockOnNotWritable(RpcOutcomeListener<?> listener) |
boolean |
RemoteConnection.blockOnNotWritable(RpcOutcomeListener<?> listener) |
<V> ChannelListenerWithCoordinationId |
AbstractRemoteConnection.createNewRpcListener(RpcOutcomeListener<V> handler,
Class<V> clazz)
Create a new rpc listener that will be notified when the response is returned.
|
<V> ChannelListenerWithCoordinationId |
RemoteConnection.createNewRpcListener(RpcOutcomeListener<V> handler,
Class<V> clazz) |
abstract void |
FutureBitCommand.doRpcCall(RpcOutcomeListener<T> outcomeListener,
C connection) |
abstract void |
ListeningCommand.doRpcCall(RpcOutcomeListener<T> outcomeListener,
C connection) |
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> void |
RpcBus.send(RpcOutcomeListener<RECEIVE> listener,
C connection,
T rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
boolean allowInEventLoop,
ByteBuf... dataBodies) |
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> void |
RpcBus.send(RpcOutcomeListener<RECEIVE> listener,
C connection,
T rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
ByteBuf... dataBodies) |
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> void |
BasicClient.send(RpcOutcomeListener<RECEIVE> listener,
SEND protobufBody,
boolean allowInEventLoop,
ByteBuf... dataBodies) |
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> void |
BasicClient.send(RpcOutcomeListener<RECEIVE> listener,
T rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
ByteBuf... dataBodies) |