Uses of Class
com.rabbitmq.tools.jsonrpc.ProcedureDescription
-
Packages that use ProcedureDescription Package Description com.rabbitmq.tools.jsonrpc JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport. -
-
Uses of ProcedureDescription in com.rabbitmq.tools.jsonrpc
Methods in com.rabbitmq.tools.jsonrpc that return ProcedureDescription Modifier and Type Method Description ProcedureDescription
ServiceDescription. getProcedure(String newname, int arity)
Looks up a single ProcedureDescription by name and arity.Methods in com.rabbitmq.tools.jsonrpc that return types with arguments of type ProcedureDescription Modifier and Type Method Description Collection<ProcedureDescription>
ServiceDescription. getProcs()
Gets a collection of allProcedureDescription
for this service
-