Uses of Class
com.rabbitmq.tools.jsonrpc.ParameterDescription
-
Packages that use ParameterDescription Package Description com.rabbitmq.tools.jsonrpc JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport. -
-
Uses of ParameterDescription in com.rabbitmq.tools.jsonrpc
Methods in com.rabbitmq.tools.jsonrpc that return ParameterDescription Modifier and Type Method Description ParameterDescription[]
ProcedureDescription. getParams()
ParameterDescription[]
ProcedureDescription. internal_getParams()
Gets an array of parameter descriptions for all this procedure's parameters
-