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
Fields in com.rabbitmq.tools.jsonrpc with type parameters of type ProcedureDescription Modifier and Type Field Description private java.util.Map<java.lang.String,ProcedureDescription>ServiceDescription. proceduresMap from procedure name toProcedureDescriptionMethods in com.rabbitmq.tools.jsonrpc that return ProcedureDescription Modifier and Type Method Description ProcedureDescriptionServiceDescription. getProcedure(java.lang.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 java.util.Collection<ProcedureDescription>ServiceDescription. getProcs()Gets a collection of allProcedureDescriptionfor this serviceMethods in com.rabbitmq.tools.jsonrpc with parameters of type ProcedureDescription Modifier and Type Method Description private voidServiceDescription. addProcedure(ProcedureDescription proc)Private API - used during initialization
-