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