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