Uses of Class
com.rabbitmq.client.RpcServer
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
-
Uses of RpcServer in com.rabbitmq.client
Modifier and TypeClassDescriptionclass
Subclass of RpcServer which uses AMQP wire-format encoded tables as requests and replies.class
Subclass of RpcServer which accepts UTF-8 string requests. -
Uses of RpcServer in com.rabbitmq.tools.jsonrpc