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 classMapRpcServerSubclass of RpcServer which uses AMQP wire-format encoded tables as requests and replies.classStringRpcServerSubclass 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 classJsonRpcServerJSON-RPC Server class.
-