Uses of Class
com.rabbitmq.tools.jsonrpc.JsonRpcException
Packages that use 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
Methods in com.rabbitmq.tools.jsonrpc that return JsonRpcExceptionMethods in com.rabbitmq.tools.jsonrpc that throw JsonRpcExceptionModifier 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.Constructors in com.rabbitmq.tools.jsonrpc with parameters of type JsonRpcExceptionModifierConstructorDescriptionJsonRpcResponse
(Object result, Object error, JsonRpcException exception) Constructors in com.rabbitmq.tools.jsonrpc that throw JsonRpcExceptionModifierConstructorDescriptionJsonRpcClient
(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)