public interface RpcOutcomeListener<V>
Modifier and Type | Method and Description |
---|---|
void |
failed(RpcException ex)
Called when an error occurred while waiting for the RPC outcome.
|
void |
interrupted(InterruptedException e)
Called when the sending thread is interrupted.
|
void |
success(V value,
io.netty.buffer.ByteBuf buffer) |
void failed(RpcException ex)
ex
- void success(V value, io.netty.buffer.ByteBuf buffer)
void interrupted(InterruptedException e)
Copyright © 1970 The Apache Software Foundation. All rights reserved.