Package | Description |
---|---|
com.rabbitmq.tools.jsonrpc |
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJsonRpcMapper
Deprecated.
use
JacksonJsonRpcMapper instead |
class |
JacksonJsonRpcMapper
JsonRpcMapper based on Jackson. |
Constructor and Description |
---|
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)
|
JsonRpcServer(Channel channel,
Class<?> interfaceClass,
Object interfaceInstance,
JsonRpcMapper mapper) |
JsonRpcServer(Channel channel,
String queueName,
Class<?> interfaceClass,
Object interfaceInstance,
JsonRpcMapper mapper) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.