Uses of Class
com.rabbitmq.tools.jsonrpc.JsonRpcException
-
Packages that use JsonRpcException Package Description com.rabbitmq.tools.jsonrpc JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport. -
-
Uses of JsonRpcException in com.rabbitmq.tools.jsonrpc
Methods in com.rabbitmq.tools.jsonrpc that return JsonRpcException Modifier and Type Method Description JsonRpcException
JsonRpcMapper.JsonRpcResponse. getException()
Methods in com.rabbitmq.tools.jsonrpc that throw JsonRpcException Modifier and Type Method Description Object
JsonRpcClient. call(String[] args)
Deprecated.This method will be removed in the next major versionObject
JsonRpcClient. call(String method, Object[] params)
Public API - builds, encodes and sends a JSON-RPC request, and waits for the response.Constructors in com.rabbitmq.tools.jsonrpc with parameters of type JsonRpcException Constructor Description JsonRpcResponse(Object result, Object error, JsonRpcException exception)
Constructors in com.rabbitmq.tools.jsonrpc that throw JsonRpcException Constructor Description JsonRpcClient(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.
-