Uses of Class
com.rabbitmq.tools.jsonrpc.JsonRpcException
Package
Description
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
-
Uses of JsonRpcException in com.rabbitmq.tools.jsonrpc
Modifier and TypeMethodDescriptionDeprecated.This method will be removed in the next major versionPublic API - builds, encodes and sends a JSON-RPC request, and waits for the response.ModifierConstructorDescriptionJsonRpcResponse
(Object result, Object error, JsonRpcException exception) ModifierConstructorDescriptionJsonRpcClient
(Channel channel, String exchange, String routingKey) JsonRpcClient
(Channel channel, String exchange, String routingKey, int timeout) Construct a new JsonRpcClient, passing the parameters through to RpcClient's constructor.JsonRpcClient
(Channel channel, String exchange, String routingKey, int timeout, JsonRpcMapper mapper) Construct a new JsonRpcClient, passing the parameters through to RpcClient's constructor.JsonRpcClient
(RpcClientParams rpcClientParams, JsonRpcMapper mapper)