Package com.rabbitmq.client
Interface RpcClient.RpcClientReplyHandler
-
- Enclosing class:
- RpcClient
public static interface RpcClient.RpcClientReplyHandlerBehavior to handle RPC reply.Can be used to convert the reply in a
RpcClient.Responseand to handle exceptions.- Since:
- 4.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcClient.Responsehandle(Object reply)Handle reply.
-
-
-
Method Detail
-
handle
RpcClient.Response handle(Object reply)
Handle reply.- Parameters:
reply-- Returns:
-
-