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,
ByteBuf buffer) |
void failed(RpcException ex)
ex - void interrupted(InterruptedException e)
Copyright © 2019 The Apache Software Foundation. All rights reserved.